#967E33

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

Shades of Lemon Ginger #967E33

Tints of Lemon Ginger #967E33

Color information

#967E33 (or 0x967E33) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7E and 33. RGB value is (150,126,51). Sum of RGB (Red+Green+Blue) = 150+126+51=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #967E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E33 is #6981CC. Grayscale: #7C7C7C. Windows color (decimal): -6914509 or 3374742. OLE color: 3374742.

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

Color convert

RGB15012651-
CMYK00.160.660.41
HSL45.45º49.25%39.41%-
HSV(B)45.45º66%58.82%-
XYZ20.6421.646.22-
YUV124.6386.45146.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=45.87%
G=38.53%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501265100.160.660.4145.4549.2539.41
Hex967E3301042292d3127
Octal2261766302010251556147
Binary1001011011111101100110100001000010101001101101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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