#959947

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

Shades of Highball #959947

Tints of Highball #959947

Color information

#959947 (or 0x959947) is unknown color: approx Highball. HEX triplet: 95, 99 and 47. RGB value is (149,153,71). Sum of RGB (Red+Green+Blue) = 149+153+71=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #959947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959947 is #6A66B8. Grayscale: #8E8E8E. Windows color (decimal): -6973113 or 4692373. OLE color: 4692373.

HSL color Cylindrical-coordinate representation of color #959947: hue angle of 62.93º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #959947 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB14915371-
CMYK0.0300.540.4
HSL62.93º36.61%43.92%-
HSV(B)62.93º53.59%60%-
XYZ24.9229.6310.37-
YUV142.4687.67132.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 153 (60.16% from 255) = 41.02%
BLUE value IS 71 (28.12% from 255) = 19.03%
R=39.95%
G=41.02%
B=19.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153710.0300.540.462.9336.6143.92
Hex9599473036283f252c
Octal225231107306650774554
Binary10010101100110011000111110110110101000111111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959947; }

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

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

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

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

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

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

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

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