Html Css Color HEX #999933 Highball

📋 copy color: '#999933'

red 153 ◦ green 153 ◦ blue 51

#999933
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #999933

Tints of Highball #999933

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 value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#999933 (or 0x999933) is known color: 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

RGB 153 153 51 -
CMYK 0 0 0.67 0.4
HSL 60º 0.5% 0.4% -
HSV(B) 60º 0.67% 0.6% -
XYZ 25.13 29.79 7.56 -
YUV 141.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 153 153 51 0 0 0.67 0.4 60 0.5 0.4
Hex 99 99 33 0 0 43 28 3C 32 28
Octal 231 231 63 0 0 103 50 74 62 50
Binary 10011001 10011001 110011 0 0 1000011 101000 111100 110010 101000

Color Harmonies of #999933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999933

Black with #999933

Text Example


Text Example

White with #999933

Text Example


Text Example

HTML Codes & Css Web 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>