#9C962F

Color #9C962F Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #9C962F

Tints of Highball #9C962F

Color information

#9C962F (or 0x9C962F) is unknown color: approx Highball. HEX triplet: 9C, 96 and 2F. RGB value is (156,150,47). Sum of RGB (Red+Green+Blue) = 156+150+47=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C962F is #6369D0. Grayscale: #8C8C8C. Windows color (decimal): -6515153 or 3118748. OLE color: 3118748.

HSL color Cylindrical-coordinate representation of color #9C962F: hue angle of 56.7º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C962F is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB15615047-
CMYK00.040.700.39
HSL56.7º53.69%39.8%-
HSV(B)56.7º69.87%61.18%-
XYZ25.1329.096.98-
YUV140.0575.49139.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 47 (18.75% from 255) = 13.31%
R=44.19%
G=42.49%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561504700.040.700.3956.753.6939.8
Hex9C962F044627393628
Octal234226570410647716650
Binary100111001001011010111101001000110100111111001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C962F; }

 p { color: rgb(156,150,47); }

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

<style>
 a { background-color: #9C962F; }

 a { background-color: rgb(156,150,47); }

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

<style>
 span { border-color: #9C962F; }

 span { border-color: rgb(156,150,47); }

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