#969029

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

Shades of Lemon Ginger #969029

Tints of Lemon Ginger #969029

Color information

#969029 (or 0x969029) is unknown color: approx Lemon Ginger. HEX triplet: 96, 90 and 29. RGB value is (150,144,41). Sum of RGB (Red+Green+Blue) = 150+144+41=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #969029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969029 is #696FD6. Grayscale: #868686. Windows color (decimal): -6909911 or 2723990. OLE color: 2723990.

HSL color Cylindrical-coordinate representation of color #969029: hue angle of 56.7º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #969029 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15014441-
CMYK00.040.730.41
HSL56.7º57.07%37.45%-
HSV(B)56.7º72.67%58.82%-
XYZ22.9526.596.02-
YUV134.0575.49139.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 41 (16.41% from 255) = 12.24%
R=44.78%
G=42.99%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501444100.040.730.4156.757.0737.45
Hex969029044929393925
Octal226220510411151717145
Binary100101101001000010100101001001001101001111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969029; }

 p { color: rgb(150,144,41); }

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

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

 a { background-color: rgb(150,144,41); }

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

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

 span { border-color: rgb(150,144,41); }

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