#967F30

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

Shades of Lemon Ginger #967F30

Tints of Lemon Ginger #967F30

Color information

#967F30 (or 0x967F30) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7F and 30. RGB value is (150,127,48). Sum of RGB (Red+Green+Blue) = 150+127+48=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #967F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F30 is #6980CF. Grayscale: #7D7D7D. Windows color (decimal): -6914256 or 3178390. OLE color: 3178390.

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

Color convert

RGB15012748-
CMYK00.150.680.41
HSL46.47º51.52%38.82%-
HSV(B)46.47º68%58.82%-
XYZ20.721.885.93-
YUV124.8784.62145.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=46.15%
G=39.08%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501274800.150.680.4146.4751.5238.82
Hex967F300F44292e3427
Octal2261776001710451566447
Binary100101101111111110000011111000100101001101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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