#967E38

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

Shades of Lemon Ginger #967E38

Tints of Lemon Ginger #967E38

Color information

#967E38 (or 0x967E38) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7E and 38. RGB value is (150,126,56). Sum of RGB (Red+Green+Blue) = 150+126+56=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E38 is #6981C7. Grayscale: #7D7D7D. Windows color (decimal): -6914504 or 3702422. OLE color: 3702422.

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

Color convert

RGB15012656-
CMYK00.160.630.41
HSL44.68º45.63%40.39%-
HSV(B)44.68º62.67%58.82%-
XYZ20.7521.696.83-
YUV125.288.95145.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=45.18%
G=37.95%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501265600.160.630.4144.6845.6340.39
Hex967E380103F292d2e28
Octal226176700207751555650
Binary100101101111110111000010000111111101001101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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