#96872A

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

Shades of Lemon Ginger #96872A

Tints of Lemon Ginger #96872A

Color information

#96872A (or 0x96872A) is unknown color: approx Lemon Ginger. HEX triplet: 96, 87 and 2A. RGB value is (150,135,42). Sum of RGB (Red+Green+Blue) = 150+135+42=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96872A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96872A is #6978D5. Grayscale: #818181. Windows color (decimal): -6912214 or 2787222. OLE color: 2787222.

HSL color Cylindrical-coordinate representation of color #96872A: hue angle of 51.67º 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 #96872A is Cyan = 0, Magento = 0.1, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15013542-
CMYK00.10.720.41
HSL51.67º56.25%37.65%-
HSV(B)51.67º72%58.82%-
XYZ21.6623.985.68-
YUV128.8878.97143.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=45.87%
G=41.28%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501354200.10.720.4151.6756.2537.65
Hex96872A0A4829343826
Octal2262075201211051647046
Binary1001011010000111101010010101001000101001110100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96872A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96872A; }

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

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

<style>
 a { background-color: #96872A; }

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

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

<style>
 span { border-color: #96872A; }

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

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