#959633

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

Shades of Highball #959633

Tints of Highball #959633

Color information

#959633 (or 0x959633) is unknown color: approx Highball. HEX triplet: 95, 96 and 33. RGB value is (149,150,51). Sum of RGB (Red+Green+Blue) = 149+150+51=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 51 (20.31% from 255 or 14.57% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #959633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959633 is #6A69CC. Grayscale: #8A8A8A. Windows color (decimal): -6973901 or 3380885. OLE color: 3380885.

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

Color convert

RGB14915051-
CMYK0.0100.660.41
HSL60.61º49.25%39.41%-
HSV(B)60.61º66%58.82%-
XYZ23.928.447.36-
YUV138.4278.67135.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 51 (20.31% from 255) = 14.57%
R=42.57%
G=42.86%
B=14.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149150510.0100.660.4160.6149.2539.41
Hex9596331042293d3127
Octal225226631010251756147
Binary1001010110010110110011101000010101001111101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959633; }

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

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

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

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

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

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

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

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