#967E31

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

Shades of Lemon Ginger #967E31

Tints of Lemon Ginger #967E31

Color information

#967E31 (or 0x967E31) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7E and 31. RGB value is (150,126,49). Sum of RGB (Red+Green+Blue) = 150+126+49=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #967E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E31 is #6981CE. Grayscale: #7C7C7C. Windows color (decimal): -6914511 or 3243670. OLE color: 3243670.

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

Color convert

RGB15012649-
CMYK00.160.670.41
HSL45.74º50.75%39.02%-
HSV(B)45.74º67.33%58.82%-
XYZ20.5921.635.99-
YUV124.485.45146.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=46.15%
G=38.77%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501264900.160.670.4145.7450.7539.02
Hex967E3101043292e3327
Octal2261766102010351566347
Binary1001011011111101100010100001000011101001101110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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