#959833

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

Shades of Highball #959833

Tints of Highball #959833

Color information

#959833 (or 0x959833) is unknown color: approx Highball. HEX triplet: 95, 98 and 33. RGB value is (149,152,51). Sum of RGB (Red+Green+Blue) = 149+152+51=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #959833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959833 is #6A67CC. Grayscale: #8B8B8B. Windows color (decimal): -6973389 or 3381397. OLE color: 3381397.

HSL color Cylindrical-coordinate representation of color #959833: hue angle of 61.78º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #959833 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB14915251-
CMYK0.0200.660.40
HSL61.78º49.75%39.8%-
HSV(B)61.78º66.45%59.61%-
XYZ24.2229.097.47-
YUV139.5978.01134.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=42.33%
G=43.18%
B=14.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149152510.0200.660.4061.7849.7539.8
Hex9598332042283e3228
Octal225230632010250766250
Binary10010101100110001100111001000010101000111110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959833; }

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

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

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

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

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

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

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

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