#999B49

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

Shades of Highball #999B49

Tints of Highball #999B49

Color information

#999B49 (or 0x999B49) is unknown color: approx Highball. HEX triplet: 99, 9B and 49. RGB value is (153,155,73). Sum of RGB (Red+Green+Blue) = 153+155+73=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #999B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B49 is #6664B6. Grayscale: #919191. Windows color (decimal): -6710455 or 4823961. OLE color: 4823961.

HSL color Cylindrical-coordinate representation of color #999B49: hue angle of 61.46º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #999B49 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB15315573-
CMYK0.0100.530.39
HSL61.46º35.96%44.71%-
HSV(B)61.46º52.9%60.78%-
XYZ26.0630.710.85-
YUV145.0587.34133.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=40.16%
G=40.68%
B=19.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153155730.0100.530.3961.4635.9644.71
Hex999B491035273d242d
Octal231233111106547754455
Binary1001100110011011100100110110101100111111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999B49; }

 p { color: rgb(153,155,73); }

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

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

 a { background-color: rgb(153,155,73); }

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

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

 span { border-color: rgb(153,155,73); }

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