#95960A

Color #95960A Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #95960A

Tints of Citron #95960A

Color information

#95960A (or 0x95960A) is unknown color: approx Citron. HEX triplet: 95, 96 and 0A. RGB value is (149,150,10). Sum of RGB (Red+Green+Blue) = 149+150+10=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #95960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95960A is #6A69F5. Grayscale: #868686. Windows color (decimal): -6973942 or 693909. OLE color: 693909.

HSL color Cylindrical-coordinate representation of color #95960A: hue angle of 60.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95960A is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB14915010-
CMYK0.0100.930.41
HSL60.43º87.5%31.37%-
HSV(B)60.43º93.33%58.82%-
XYZ23.3628.224.5-
YUV133.7458.17138.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 48.22%
GREEN value IS 150 (58.98% from 255) = 48.54%
BLUE value IS 10 (4.30% from 255) = 3.24%
R=48.22%
G=48.54%
B=3.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149150100.0100.930.4160.4387.531.37
Hex9596A105D293c581f
Octal2252261210135517413037
Binary10010101100101101010101011101101001111100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95960A; }

 p { color: rgb(149,150,10); }

 H1.HeaderClassName
 {
   color: #95960A;
 }
 .AnyTagClassName
 {
   color: #95960A;
 }
</style>
background-color css

<style>
 a { background-color: #95960A; }

 a { background-color: rgb(149,150,10); }

 div.DivClassName
 {
   background-color: #95960A;
 }
 .BgClassName
 {
   background-color: #95960A;
 }
</style>
border-color css

<style>
 span { border-color: #95960A; }

 span { border-color: rgb(149,150,10); }

 td.TdClassName
 {
   border-color: #95960A;
 }
 .TagClassName
 {
   border-color: #95960A;
 }
</style>