#959B47

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

Shades of Highball #959B47

Tints of Highball #959B47

Color information

#959B47 (or 0x959B47) is unknown color: approx Highball. HEX triplet: 95, 9B and 47. RGB value is (149,155,71). Sum of RGB (Red+Green+Blue) = 149+155+71=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #959B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B47 is #6A64B8. Grayscale: #8F8F8F. Windows color (decimal): -6972601 or 4692885. OLE color: 4692885.

HSL color Cylindrical-coordinate representation of color #959B47: hue angle of 64.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #959B47 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB14915571-
CMYK0.0400.540.39
HSL64.29º37.17%44.31%-
HSV(B)64.29º54.19%60.78%-
XYZ25.2530.2910.48-
YUV143.6387.01131.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 155 (60.94% from 255) = 41.33%
BLUE value IS 71 (28.12% from 255) = 18.93%
R=39.73%
G=41.33%
B=18.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155710.0400.540.3964.2937.1744.31
Hex959B4740362740252c
Octal2252331074066471004554
Binary1001010110011011100011110001101101001111000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959B47; }

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

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

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

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

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

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

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

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