#959353

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

Shades of Highball #959353

Tints of Highball #959353

Color information

#959353 (or 0x959353) is unknown color: approx Highball. HEX triplet: 95, 93 and 53. RGB value is (149,147,83). Sum of RGB (Red+Green+Blue) = 149+147+83=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #959353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959353 is #6A6CAC. Grayscale: #8C8C8C. Windows color (decimal): -6974637 or 5477269. OLE color: 5477269.

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

Color convert

RGB14914783-
CMYK00.010.440.42
HSL58.18º28.45%45.49%-
HSV(B)58.18º44.3%58.43%-
XYZ24.3927.8812.28-
YUV140.395.66134.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 83 (32.81% from 255) = 21.90%
R=39.31%
G=38.79%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491478300.010.440.4258.1828.4545.49
Hex959353012C2A3a1c2d
Octal225223123015452723455
Binary100101011001001110100110110110010101011101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959353; }

 p { color: rgb(149,147,83); }

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

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

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

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

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

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

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