#959050

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

Shades of Highball #959050

Tints of Highball #959050

Color information

#959050 (or 0x959050) is unknown color: approx Highball. HEX triplet: 95, 90 and 50. RGB value is (149,144,80). Sum of RGB (Red+Green+Blue) = 149+144+80=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #959050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959050 is #6A6FAF. Grayscale: #8A8A8A. Windows color (decimal): -6975408 or 5279893. OLE color: 5279893.

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

Color convert

RGB14914480-
CMYK00.030.460.42
HSL55.65º30.13%44.9%-
HSV(B)55.65º46.31%58.43%-
XYZ23.8226.9211.53-
YUV138.295.16135.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=39.95%
G=38.61%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491448000.030.460.4255.6530.1344.9
Hex959050032E2A381e2d
Octal225220120035652703655
Binary1001010110010000101000001110111010101011100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959050; }

 p { color: rgb(149,144,80); }

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

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

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

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

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

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

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