#968a18

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

Shades of Lemon Ginger #968A18

Tints of Lemon Ginger #968A18

Color information

#968A18 (or 0x968A18) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8A and 18. RGB value is (150,138,24). Sum of RGB (Red+Green+Blue) = 150+138+24=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #968A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A18 is #6975E7. Grayscale: #818181. Windows color (decimal): -6911464 or 1608342. OLE color: 1608342.

HSL color Cylindrical-coordinate representation of color #968A18: hue angle of 54.29º 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 #968A18 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB15013824-
CMYK00.080.840.41
HSL54.29º72.41%34.12%-
HSV(B)54.29º84%58.82%-
XYZ21.8324.734.49-
YUV128.5968.98143.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 24 (9.77% from 255) = 7.69%
R=48.08%
G=44.23%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501382400.080.840.4154.2972.4134.12
Hex968A18085429364822
Octal22621230010124516611042
Binary1001011010001010110000100010101001010011101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968a18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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