#959530

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

Shades of Highball #959530

Tints of Highball #959530

Color information

#959530 (or 0x959530) is unknown color: approx Highball. HEX triplet: 95, 95 and 30. RGB value is (149,149,48). Sum of RGB (Red+Green+Blue) = 149+149+48=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959530 is #6A6ACF. Grayscale: #898989. Windows color (decimal): -6974160 or 3184021. OLE color: 3184021.

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

Color convert

RGB14914948-
CMYK000.680.42
HSL60º51.27%38.63%-
HSV(B)60º67.79%58.43%-
XYZ23.6828.16.97-
YUV137.4977.5136.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 48 (19.14% from 255) = 13.87%
R=43.06%
G=43.06%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914948000.680.426051.2738.63
Hex95953000442A3c3327
Octal225225600010452746347
Binary1001010110010101110000001000100101010111100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959530; }

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

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

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

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

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

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

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

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