#959030

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

Shades of Highball #959030

Tints of Highball #959030

Color information

#959030 (or 0x959030) is unknown color: approx Highball. HEX triplet: 95, 90 and 30. RGB value is (149,144,48). Sum of RGB (Red+Green+Blue) = 149+144+48=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #959030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959030 is #6A6FCF. Grayscale: #868686. Windows color (decimal): -6975440 or 3182741. OLE color: 3182741.

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

Color convert

RGB14914448-
CMYK00.030.680.42
HSL57.03º51.27%38.63%-
HSV(B)57.03º67.79%58.43%-
XYZ22.926.556.71-
YUV134.5579.16138.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 144 (56.64% from 255) = 42.23%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=43.70%
G=42.23%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491444800.030.680.4257.0351.2738.63
Hex95903003442A393327
Octal225220600310452716347
Binary10010101100100001100000111000100101010111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959030; }

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

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

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

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

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

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

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

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