#968F18

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

Shades of Citron #968F18

Tints of Citron #968F18

Color information

#968F18 (or 0x968F18) is unknown color: approx Citron. HEX triplet: 96, 8F and 18. RGB value is (150,143,24). Sum of RGB (Red+Green+Blue) = 150+143+24=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #968F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F18 is #6970E7. Grayscale: #848484. Windows color (decimal): -6910184 or 1609622. OLE color: 1609622.

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

Color convert

RGB15014324-
CMYK00.050.840.41
HSL56.67º72.41%34.12%-
HSV(B)56.67º84%58.82%-
XYZ22.5726.194.73-
YUV131.5367.32141.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 24 (9.77% from 255) = 7.57%
R=47.32%
G=45.11%
B=7.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501432400.050.840.4156.6772.4134.12
Hex968F18055429394822
Octal2262173005124517111042
Binary100101101000111111000010110101001010011110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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