#968C2A

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

Shades of Lemon Ginger #968C2A

Tints of Lemon Ginger #968C2A

Color information

#968C2A (or 0x968C2A) is unknown color: approx Lemon Ginger. HEX triplet: 96, 8C and 2A. RGB value is (150,140,42). Sum of RGB (Red+Green+Blue) = 150+140+42=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #968C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C2A is #6973D5. Grayscale: #848484. Windows color (decimal): -6910934 or 2788502. OLE color: 2788502.

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

Color convert

RGB15014042-
CMYK00.070.720.41
HSL54.44º56.25%37.65%-
HSV(B)54.44º72%58.82%-
XYZ22.3725.415.92-
YUV131.8277.31140.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 42 (16.80% from 255) = 12.65%
R=45.18%
G=42.17%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501404200.070.720.4154.4456.2537.65
Hex968C2A074829363826
Octal226214520711051667046
Binary100101101000110010101001111001000101001110110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,42); }

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

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

 a { background-color: rgb(150,140,42); }

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

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

 span { border-color: rgb(150,140,42); }

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