#967F27

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

Shades of Lemon Ginger #967F27

Tints of Lemon Ginger #967F27

Color information

#967F27 (or 0x967F27) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7F and 27. RGB value is (150,127,39). Sum of RGB (Red+Green+Blue) = 150+127+39=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #967F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F27 is #6980D8. Grayscale: #7C7C7C. Windows color (decimal): -6914265 or 2588566. OLE color: 2588566.

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

Color convert

RGB15012739-
CMYK00.150.740.41
HSL47.57º58.73%37.06%-
HSV(B)47.57º74%58.82%-
XYZ20.5321.815.05-
YUV123.8480.12146.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 39 (15.62% from 255) = 12.34%
R=47.47%
G=40.19%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501273900.150.740.4147.5758.7337.06
Hex967F270F4A29303b25
Octal2261774701711251607345
Binary100101101111111100111011111001010101001110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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