#96942F

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

Shades of Highball #96942F

Tints of Highball #96942F

Color information

#96942F (or 0x96942F) is unknown color: approx Highball. HEX triplet: 96, 94 and 2F. RGB value is (150,148,47). Sum of RGB (Red+Green+Blue) = 150+148+47=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96942F is #696BD0. Grayscale: #898989. Windows color (decimal): -6908881 or 3118230. OLE color: 3118230.

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

Color convert

RGB15014847-
CMYK00.010.690.41
HSL58.83º52.28%38.63%-
HSV(B)58.83º68.67%58.82%-
XYZ23.6827.876.82-
YUV137.0877.16137.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=43.48%
G=42.90%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501484700.010.690.4158.8352.2838.63
Hex96942F0145293b3427
Octal226224570110551736447
Binary1001011010010100101111011000101101001111011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96942F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96942F; }

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

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

<style>
 a { background-color: #96942F; }

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

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

<style>
 span { border-color: #96942F; }

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

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