#967D33

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

Shades of Lemon Ginger #967D33

Tints of Lemon Ginger #967D33

Color information

#967D33 (or 0x967D33) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7D and 33. RGB value is (150,125,51). Sum of RGB (Red+Green+Blue) = 150+125+51=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #967D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D33 is #6982CC. Grayscale: #7C7C7C. Windows color (decimal): -6914765 or 3374486. OLE color: 3374486.

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

Color convert

RGB15012551-
CMYK00.170.660.41
HSL44.85º49.25%39.41%-
HSV(B)44.85º66%58.82%-
XYZ20.5121.396.18-
YUV124.0486.78146.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 125 (49.22% from 255) = 38.34%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=46.01%
G=38.34%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501255100.170.660.4144.8549.2539.41
Hex967D3301142292d3127
Octal2261756302110251556147
Binary1001011011111011100110100011000010101001101101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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