#967F29

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

Shades of Lemon Ginger #967F29

Tints of Lemon Ginger #967F29

Color information

#967F29 (or 0x967F29) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7F and 29. RGB value is (150,127,41). Sum of RGB (Red+Green+Blue) = 150+127+41=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #967F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F29 is #6980D6. Grayscale: #7C7C7C. Windows color (decimal): -6914263 or 2719638. OLE color: 2719638.

HSL color Cylindrical-coordinate representation of color #967F29: hue angle of 47.34º 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 #967F29 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15012741-
CMYK00.150.730.41
HSL47.34º57.07%37.45%-
HSV(B)47.34º72.67%58.82%-
XYZ20.5721.825.23-
YUV124.0781.12146.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 41 (16.41% from 255) = 12.89%
R=47.17%
G=39.94%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501274100.150.730.4147.3457.0737.45
Hex967F290F49292f3925
Octal2261775101711151577145
Binary100101101111111101001011111001001101001101111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F29; }

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

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

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

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

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

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

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

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