#959549

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

Shades of Highball #959549

Tints of Highball #959549

Color information

#959549 (or 0x959549) is unknown color: approx Highball. HEX triplet: 95, 95 and 49. RGB value is (149,149,73). Sum of RGB (Red+Green+Blue) = 149+149+73=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959549 is #6A6AB6. Grayscale: #8C8C8C. Windows color (decimal): -6974135 or 4822421. OLE color: 4822421.

HSL color Cylindrical-coordinate representation of color #959549: hue angle of 60º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #959549 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14914973-
CMYK000.510.42
HSL60º34.23%43.53%-
HSV(B)60º51.01%58.43%-
XYZ24.3428.3710.5-
YUV140.3490134.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 73 (28.91% from 255) = 19.68%
R=40.16%
G=40.16%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914973000.510.426034.2343.53
Hex95954900332A3c222c
Octal225225111006352744254
Binary1001010110010101100100100110011101010111100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959549; }

 p { color: rgb(149,149,73); }

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

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

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

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

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

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

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