#959451

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

Shades of Highball #959451

Tints of Highball #959451

Color information

#959451 (or 0x959451) is unknown color: approx Highball. HEX triplet: 95, 94 and 51. RGB value is (149,148,81). Sum of RGB (Red+Green+Blue) = 149+148+81=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #959451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959451 is #6A6BAE. Grayscale: #8C8C8C. Windows color (decimal): -6974383 or 5346453. OLE color: 5346453.

HSL color Cylindrical-coordinate representation of color #959451: hue angle of 59.12º 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 #959451 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14914881-
CMYK00.010.460.42
HSL59.12º29.57%45.1%-
HSV(B)59.12º45.64%58.43%-
XYZ24.4728.1611.93-
YUV140.6694.33133.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 81 (32.03% from 255) = 21.43%
R=39.42%
G=39.15%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491488100.010.460.4259.1229.5745.1
Hex959451012E2A3b1e2d
Octal225224121015652733655
Binary100101011001010010100010110111010101011101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959451; }

 p { color: rgb(149,148,81); }

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

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

 a { background-color: rgb(149,148,81); }

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

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

 span { border-color: rgb(149,148,81); }

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