#958A47

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

Shades of Highball #958A47

Tints of Highball #958A47

Color information

#958A47 (or 0x958A47) is unknown color: approx Highball. HEX triplet: 95, 8A and 47. RGB value is (149,138,71). Sum of RGB (Red+Green+Blue) = 149+138+71=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #958A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A47 is #6A75B8. Grayscale: #858585. Windows color (decimal): -6976953 or 4688533. OLE color: 4688533.

HSL color Cylindrical-coordinate representation of color #958A47: hue angle of 51.54º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #958A47 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14913871-
CMYK00.070.520.42
HSL51.54º35.45%43.14%-
HSV(B)51.54º52.35%58.43%-
XYZ22.6225.029.6-
YUV133.6592.64138.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=41.62%
G=38.55%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491387100.070.520.4251.5435.4543.14
Hex958A4707342A34232b
Octal225212107076452644353
Binary100101011000101010001110111110100101010110100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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