#96881B

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

Shades of Lemon Ginger #96881B

Tints of Lemon Ginger #96881B

Color information

#96881B (or 0x96881B) is unknown color: approx Lemon Ginger. HEX triplet: 96, 88 and 1B. RGB value is (150,136,27). Sum of RGB (Red+Green+Blue) = 150+136+27=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96881B is #6977E4. Grayscale: #808080. Windows color (decimal): -6911973 or 1804438. OLE color: 1804438.

HSL color Cylindrical-coordinate representation of color #96881B: hue angle of 53.17º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96881B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB15013627-
CMYK00.090.820.41
HSL53.17º69.49%34.71%-
HSV(B)53.17º82%58.82%-
XYZ21.5824.174.57-
YUV127.7671.14143.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 27 (10.94% from 255) = 8.63%
R=47.92%
G=43.45%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501362700.090.820.4153.1769.4934.71
Hex96881B095229354523
Octal22621033011122516510543
Binary1001011010001000110110100110100101010011101011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96881B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96881B; }

 p { color: rgb(150,136,27); }

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

<style>
 a { background-color: #96881B; }

 a { background-color: rgb(150,136,27); }

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

<style>
 span { border-color: #96881B; }

 span { border-color: rgb(150,136,27); }

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