#959031

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

Shades of Highball #959031

Tints of Highball #959031

Color information

#959031 (or 0x959031) is unknown color: approx Highball. HEX triplet: 95, 90 and 31. RGB value is (149,144,49). Sum of RGB (Red+Green+Blue) = 149+144+49=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #959031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959031 is #6A6FCE. Grayscale: #878787. Windows color (decimal): -6975439 or 3248277. OLE color: 3248277.

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

Color convert

RGB14914449-
CMYK00.030.670.42
HSL57º50.51%38.82%-
HSV(B)57º67.11%58.43%-
XYZ22.9226.566.82-
YUV134.6679.66138.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 49 (19.53% from 255) = 14.33%
R=43.57%
G=42.11%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491444900.030.670.425750.5138.82
Hex95903103432A393327
Octal225220610310352716347
Binary10010101100100001100010111000011101010111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959031; }

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

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

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

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

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

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

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

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