#958F37

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

Shades of Highball #958F37

Tints of Highball #958F37

Color information

#958F37 (or 0x958F37) is unknown color: approx Highball. HEX triplet: 95, 8F and 37. RGB value is (149,143,55). Sum of RGB (Red+Green+Blue) = 149+143+55=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #958F37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958F37 is #6A70C8. Grayscale: #878787. Windows color (decimal): -6975689 or 3641237. OLE color: 3641237.

HSL color Cylindrical-coordinate representation of color #958F37: hue angle of 56.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #958F37 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB14914355-
CMYK00.040.630.42
HSL56.17º46.08%40%-
HSV(B)56.17º63.09%58.43%-
XYZ22.9126.317.49-
YUV134.7682.99138.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 55 (21.88% from 255) = 15.85%
R=42.94%
G=41.21%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491435500.040.630.4256.1746.0840
Hex958F37043F2A382e28
Octal22521767047752705650
Binary10010101100011111101110100111111101010111000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958F37; }

 p { color: rgb(149,143,55); }

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

<style>
 a { background-color: #958F37; }

 a { background-color: rgb(149,143,55); }

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

<style>
 span { border-color: #958F37; }

 span { border-color: rgb(149,143,55); }

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