#999b32

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

Shades of Highball #999B32

Tints of Highball #999B32

Color information

#999B32 (or 0x999B32) is unknown color: approx Highball. HEX triplet: 99, 9B and 32. RGB value is (153,155,50). Sum of RGB (Red+Green+Blue) = 153+155+50=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #999B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B32 is #6664CD. Grayscale: #8E8E8E. Windows color (decimal): -6710478 or 3316633. OLE color: 3316633.

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

Color convert

RGB15315550-
CMYK0.0100.680.39
HSL61.14º51.22%40.2%-
HSV(B)61.14º67.74%60.78%-
XYZ25.4330.457.55-
YUV142.4375.84135.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 50 (19.92% from 255) = 13.97%
R=42.74%
G=43.30%
B=13.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153155500.0100.680.3961.1451.2240.2
Hex999B321044273d3328
Octal231233621010447756350
Binary1001100110011011110010101000100100111111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999b32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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