#96910B

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

Shades of Citron #96910B

Tints of Citron #96910B

Color information

#96910B (or 0x96910B) is unknown color: approx Citron. HEX triplet: 96, 91 and 0B. RGB value is (150,145,11). Sum of RGB (Red+Green+Blue) = 150+145+11=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #96910B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96910B is #696EF4. Grayscale: #838383. Windows color (decimal): -6909685 or 758166. OLE color: 758166.

HSL color Cylindrical-coordinate representation of color #96910B: hue angle of 57.84º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96910B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15014511-
CMYK00.030.930.41
HSL57.84º86.34%31.57%-
HSV(B)57.84º92.67%58.82%-
XYZ22.7626.764.28-
YUV131.2260.16141.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 145 (57.03% from 255) = 47.39%
BLUE value IS 11 (4.69% from 255) = 3.59%
R=49.02%
G=47.39%
B=3.59%

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
Decimal1501451100.030.930.4157.8486.3431.57
Hex9691B035D293a5620
Octal2262211303135517212640
Binary1001011010010001101101110111011010011110101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96910B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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