#959533

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

Shades of Highball #959533

Tints of Highball #959533

Color information

#959533 (or 0x959533) is unknown color: approx Highball. HEX triplet: 95, 95 and 33. RGB value is (149,149,51). Sum of RGB (Red+Green+Blue) = 149+149+51=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959533 is #6A6ACC. Grayscale: #8A8A8A. Windows color (decimal): -6974157 or 3380629. OLE color: 3380629.

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

Color convert

RGB14914951-
CMYK000.660.42
HSL60º49%39.22%-
HSV(B)60º65.77%58.43%-
XYZ23.7428.127.31-
YUV137.8379135.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 51 (20.31% from 255) = 14.61%
R=42.69%
G=42.69%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914951000.660.42604939.22
Hex95953300422A3c3127
Octal225225630010252746147
Binary1001010110010101110011001000010101010111100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959533; }

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

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

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

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

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

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

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

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