#969832

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

Shades of Highball #969832

Tints of Highball #969832

Color information

#969832 (or 0x969832) is unknown color: approx Highball. HEX triplet: 96, 98 and 32. RGB value is (150,152,50). Sum of RGB (Red+Green+Blue) = 150+152+50=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #969832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969832 is #6967CD. Grayscale: #8C8C8C. Windows color (decimal): -6907854 or 3315862. OLE color: 3315862.

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

Color convert

RGB15015250-
CMYK0.0100.670.40
HSL61.18º50.5%39.61%-
HSV(B)61.18º67.11%59.61%-
XYZ24.3829.177.36-
YUV139.7777.34135.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=42.61%
G=43.18%
B=14.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152500.0100.670.4061.1850.539.61
Hex9698321043283d3228
Octal226230621010350756250
Binary1001011010011000110010101000011101000111101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969832; }

 p { color: rgb(150,152,50); }

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

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

 a { background-color: rgb(150,152,50); }

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

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

 span { border-color: rgb(150,152,50); }

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