#967E27

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

Shades of Lemon Ginger #967E27

Tints of Lemon Ginger #967E27

Color information

#967E27 (or 0x967E27) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7E and 27. RGB value is (150,126,39). Sum of RGB (Red+Green+Blue) = 150+126+39=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #967E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E27 is #6981D8. Grayscale: #7B7B7B. Windows color (decimal): -6914521 or 2588310. OLE color: 2588310.

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

Color convert

RGB15012639-
CMYK00.160.740.41
HSL47.03º58.73%37.06%-
HSV(B)47.03º74%58.82%-
XYZ20.421.555-
YUV123.2680.45147.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=47.62%
G=40%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501263900.160.740.4147.0358.7337.06
Hex967E270104A292f3b25
Octal2261764702011251577345
Binary1001011011111101001110100001001010101001101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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