#958A37

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

Shades of Highball #958A37

Tints of Highball #958A37

Color information

#958A37 (or 0x958A37) is unknown color: approx Highball. HEX triplet: 95, 8A and 37. RGB value is (149,138,55). Sum of RGB (Red+Green+Blue) = 149+138+55=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #958A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A37 is #6A75C8. Grayscale: #848484. Windows color (decimal): -6976969 or 3639957. OLE color: 3639957.

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

Color convert

RGB14913855-
CMYK00.070.630.42
HSL52.98º46.08%40%-
HSV(B)52.98º63.09%58.43%-
XYZ22.1724.847.24-
YUV131.8384.64140.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 55 (21.88% from 255) = 16.08%
R=43.57%
G=40.35%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491385500.070.630.4252.9846.0840
Hex958A37073F2A352e28
Octal22521267077752655650
Binary10010101100010101101110111111111101010110101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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