#968F17

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

Shades of Citron #968F17

Tints of Citron #968F17

Color information

#968F17 (or 0x968F17) is unknown color: approx Citron. HEX triplet: 96, 8F and 17. RGB value is (150,143,23). Sum of RGB (Red+Green+Blue) = 150+143+23=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #968F17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F17 is #6970E8. Grayscale: #838383. Windows color (decimal): -6910185 or 1544086. OLE color: 1544086.

HSL color Cylindrical-coordinate representation of color #968F17: hue angle of 56.69º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968F17 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB15014323-
CMYK00.050.850.41
HSL56.69º73.41%33.92%-
HSV(B)56.69º84.67%58.82%-
XYZ22.5526.194.68-
YUV131.4166.82141.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 143 (56.25% from 255) = 45.25%
BLUE value IS 23 (9.38% from 255) = 7.28%
R=47.47%
G=45.25%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501432300.050.850.4156.6973.4133.92
Hex968F17055529394922
Octal2262172705125517111142
Binary100101101000111110111010110101011010011110011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968F17; }

 p { color: rgb(150,143,23); }

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

<style>
 a { background-color: #968F17; }

 a { background-color: rgb(150,143,23); }

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

<style>
 span { border-color: #968F17; }

 span { border-color: rgb(150,143,23); }

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