#958D37

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

Shades of Highball #958D37

Tints of Highball #958D37

Color information

#958D37 (or 0x958D37) is unknown color: approx Highball. HEX triplet: 95, 8D and 37. RGB value is (149,141,55). Sum of RGB (Red+Green+Blue) = 149+141+55=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #958D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D37 is #6A72C8. Grayscale: #858585. Windows color (decimal): -6976201 or 3640725. OLE color: 3640725.

HSL color Cylindrical-coordinate representation of color #958D37: hue angle of 54.89º 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 #958D37 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB14914155-
CMYK00.050.630.42
HSL54.89º46.08%40%-
HSV(B)54.89º63.09%58.43%-
XYZ22.6125.727.39-
YUV133.5983.65138.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 55 (21.88% from 255) = 15.94%
R=43.19%
G=40.87%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491415500.050.630.4254.8946.0840
Hex958D37053F2A372e28
Octal22521567057752675650
Binary10010101100011011101110101111111101010110111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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