#968037

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

Shades of Lemon Ginger #968037

Tints of Lemon Ginger #968037

Color information

#968037 (or 0x968037) is unknown color: approx Lemon Ginger. HEX triplet: 96, 80 and 37. RGB value is (150,128,55). Sum of RGB (Red+Green+Blue) = 150+128+55=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968037 is #697FC8. Grayscale: #7E7E7E. Windows color (decimal): -6913993 or 3637398. OLE color: 3637398.

HSL color Cylindrical-coordinate representation of color #968037: hue angle of 46.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #968037 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB15012855-
CMYK00.150.630.41
HSL46.11º46.34%40.2%-
HSV(B)46.11º63.33%58.82%-
XYZ20.9922.26.79-
YUV126.2687.79144.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 55 (21.88% from 255) = 16.52%
R=45.05%
G=38.44%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501285500.150.630.4146.1146.3440.2
Hex9680370F3F292e2e28
Octal226200670177751565650
Binary100101101000000011011101111111111101001101110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968037; }

 p { color: rgb(150,128,55); }

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

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

 a { background-color: rgb(150,128,55); }

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

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

 span { border-color: rgb(150,128,55); }

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