#968815

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

Shades of Lemon Ginger #968815

Tints of Lemon Ginger #968815

Color information

#968815 (or 0x968815) is unknown color: approx Lemon Ginger. HEX triplet: 96, 88 and 15. RGB value is (150,136,21). Sum of RGB (Red+Green+Blue) = 150+136+21=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #968815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968815 is #6977EA. Grayscale: #7F7F7F. Windows color (decimal): -6911979 or 1411222. OLE color: 1411222.

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

Color convert

RGB15013621-
CMYK00.090.860.41
HSL53.49º75.44%33.53%-
HSV(B)53.49º86%58.82%-
XYZ21.5224.154.24-
YUV127.0868.14144.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=48.86%
G=44.30%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501362100.090.860.4153.4975.4433.53
Hex968815095629354b22
Octal22621025011126516511342
Binary1001011010001000101010100110101101010011101011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968815; }

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

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

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

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

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

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

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

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