#959054

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

Shades of Highball #959054

Tints of Highball #959054

Color information

#959054 (or 0x959054) is unknown color: approx Highball. HEX triplet: 95, 90 and 54. RGB value is (149,144,84). Sum of RGB (Red+Green+Blue) = 149+144+84=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #959054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959054 is #6A6FAB. Grayscale: #8A8A8A. Windows color (decimal): -6975404 or 5542037. OLE color: 5542037.

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

Color convert

RGB14914484-
CMYK00.030.440.42
HSL55.38º27.9%45.69%-
HSV(B)55.38º43.62%58.43%-
XYZ23.9726.9812.33-
YUV138.6597.16135.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 84 (33.20% from 255) = 22.28%
R=39.52%
G=38.20%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491448400.030.440.4255.3827.945.69
Hex959054032C2A371c2e
Octal225220124035452673456
Binary1001010110010000101010001110110010101011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959054; }

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

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

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

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

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

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

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

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