#967E34

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

Shades of Lemon Ginger #967E34

Tints of Lemon Ginger #967E34

Color information

#967E34 (or 0x967E34) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7E and 34. RGB value is (150,126,52). Sum of RGB (Red+Green+Blue) = 150+126+52=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #967E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E34 is #6981CB. Grayscale: #7D7D7D. Windows color (decimal): -6914508 or 3440278. OLE color: 3440278.

HSL color Cylindrical-coordinate representation of color #967E34: hue angle of 45.31º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #967E34 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15012652-
CMYK00.160.650.41
HSL45.31º48.51%39.61%-
HSV(B)45.31º65.33%58.82%-
XYZ20.6621.656.34-
YUV124.7486.95146.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 52 (20.70% from 255) = 15.85%
R=45.73%
G=38.41%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501265200.160.650.4145.3148.5139.61
Hex967E3401041292d3128
Octal2261766402010151556150
Binary1001011011111101101000100001000001101001101101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,126,52); }

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

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

 a { background-color: rgb(150,126,52); }

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

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

 span { border-color: rgb(150,126,52); }

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