#968816

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

Shades of Lemon Ginger #968816

Tints of Lemon Ginger #968816

Color information

#968816 (or 0x968816) is unknown color: approx Lemon Ginger. HEX triplet: 96, 88 and 16. RGB value is (150,136,22). Sum of RGB (Red+Green+Blue) = 150+136+22=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #968816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968816 is #6977E9. Grayscale: #7F7F7F. Windows color (decimal): -6911978 or 1476758. OLE color: 1476758.

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

Color convert

RGB15013622-
CMYK00.090.850.41
HSL53.44º74.42%33.73%-
HSV(B)53.44º85.33%58.82%-
XYZ21.5324.154.29-
YUV127.1968.64144.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 22 (8.98% from 255) = 7.14%
R=48.70%
G=44.16%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501362200.090.850.4153.4474.4233.73
Hex968816095529354a22
Octal22621026011125516511242
Binary1001011010001000101100100110101011010011101011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968816; }

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

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

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

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

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

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

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

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