#999933

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

Shades of Highball #999933

Tints of Highball #999933

Color information

#999933 (or 0x999933) is unknown color: approx Highball. HEX triplet: 99, 99 and 33. RGB value is (153,153,51). Sum of RGB (Red+Green+Blue) = 153+153+51=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999933 is a web safe color. Inversed color of #999933 is #6666CC. Grayscale: #8D8D8D. Windows color (decimal): -6710989 or 3381657. OLE color: 3381657.

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

Color convert

RGB15315351-
CMYK000.670.4
HSL60º50%40%-
HSV(B)60º66.67%60%-
XYZ25.1329.797.56-
YUV141.3777136.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 51 (20.31% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315351000.670.4605040
Hex9999330043283c3228
Octal231231630010350746250
Binary1001100110011001110011001000011101000111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999933; }

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

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

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

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

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

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

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

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