#958E37

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

Shades of Highball #958E37

Tints of Highball #958E37

Color information

#958E37 (or 0x958E37) is unknown color: approx Highball. HEX triplet: 95, 8E and 37. RGB value is (149,142,55). Sum of RGB (Red+Green+Blue) = 149+142+55=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #958E37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958E37 is #6A71C8. Grayscale: #868686. Windows color (decimal): -6975945 or 3640981. OLE color: 3640981.

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

Color convert

RGB14914255-
CMYK00.050.630.42
HSL55.53º46.08%40%-
HSV(B)55.53º63.09%58.43%-
XYZ22.7626.017.44-
YUV134.1883.32138.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 55 (21.88% from 255) = 15.90%
R=43.06%
G=41.04%
B=15.90%

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
Decimal1491425500.050.630.4255.5346.0840
Hex958E37053F2A382e28
Octal22521667057752705650
Binary10010101100011101101110101111111101010111000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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