#999232

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

Shades of Highball #999232

Tints of Highball #999232

Color information

#999232 (or 0x999232) is unknown color: approx Highball. HEX triplet: 99, 92 and 32. RGB value is (153,146,50). Sum of RGB (Red+Green+Blue) = 153+146+50=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #999232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999232 is #666DCD. Grayscale: #898989. Windows color (decimal): -6712782 or 3314329. OLE color: 3314329.

HSL color Cylindrical-coordinate representation of color #999232: hue angle of 55.92º degrees, saturation: 0.51, 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 #999232 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB15314650-
CMYK00.050.670.4
HSL55.92º50.74%39.8%-
HSV(B)55.92º67.32%60%-
XYZ23.9927.567.07-
YUV137.1578.82139.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=43.84%
G=41.83%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531465000.050.670.455.9250.7439.8
Hex999232054328383328
Octal231222620510350706350
Binary100110011001001011001001011000011101000111000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999232; }

 p { color: rgb(153,146,50); }

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

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

 a { background-color: rgb(153,146,50); }

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

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

 span { border-color: rgb(153,146,50); }

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