#96910A

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

Shades of Citron #96910A

Tints of Citron #96910A

Color information

#96910A (or 0x96910A) is unknown color: approx Citron. HEX triplet: 96, 91 and 0A. RGB value is (150,145,10). Sum of RGB (Red+Green+Blue) = 150+145+10=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96910A is #696EF5. Grayscale: #838383. Windows color (decimal): -6909686 or 692630. OLE color: 692630.

HSL color Cylindrical-coordinate representation of color #96910A: hue angle of 57.86º 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 #96910A is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15014510-
CMYK00.030.930.41
HSL57.86º87.5%31.37%-
HSV(B)57.86º93.33%58.82%-
XYZ22.7626.764.25-
YUV131.159.66141.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 10 (4.30% from 255) = 3.28%
R=49.18%
G=47.54%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501451000.030.930.4157.8687.531.37
Hex9691A035D293a581f
Octal2262211203135517213037
Binary100101101001000110100111011101101001111010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96910A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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