#999333

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

Shades of Highball #999333

Tints of Highball #999333

Color information

#999333 (or 0x999333) is unknown color: approx Highball. HEX triplet: 99, 93 and 33. RGB value is (153,147,51). Sum of RGB (Red+Green+Blue) = 153+147+51=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #999333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999333 is #666CCC. Grayscale: #8A8A8A. Windows color (decimal): -6712525 or 3380121. OLE color: 3380121.

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

Color convert

RGB15314751-
CMYK00.040.670.4
HSL56.47º50%40%-
HSV(B)56.47º66.67%60%-
XYZ24.1727.887.24-
YUV137.8578.99138.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 51 (20.31% from 255) = 14.53%
R=43.59%
G=41.88%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531475100.040.670.456.475040
Hex999333044328383228
Octal231223630410350706250
Binary100110011001001111001101001000011101000111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999333; }

 p { color: rgb(153,147,51); }

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

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

 a { background-color: rgb(153,147,51); }

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

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

 span { border-color: rgb(153,147,51); }

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