#968E27

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

Shades of Lemon Ginger #968E27

Tints of Lemon Ginger #968E27

Color information

#968E27 (or 0x968E27) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8E and 27. RGB value is (150,142,39). Sum of RGB (Red+Green+Blue) = 150+142+39=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #968E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E27 is #6971D8. Grayscale: #858585. Windows color (decimal): -6910425 or 2592406. OLE color: 2592406.

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

Color convert

RGB15014239-
CMYK00.050.740.41
HSL55.68º58.73%37.06%-
HSV(B)55.68º74%58.82%-
XYZ22.6225.985.74-
YUV132.6575.15140.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 39 (15.62% from 255) = 11.78%
R=45.32%
G=42.90%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501423900.050.740.4155.6858.7337.06
Hex968E27054A29383b25
Octal226216470511251707345
Binary100101101000111010011101011001010101001111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,39); }

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

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

 a { background-color: rgb(150,142,39); }

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

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

 span { border-color: rgb(150,142,39); }

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