#99984C

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

Shades of Highball #99984C

Tints of Highball #99984C

Color information

#99984C (or 0x99984C) is unknown color: approx Highball. HEX triplet: 99, 98 and 4C. RGB value is (153,152,76). Sum of RGB (Red+Green+Blue) = 153+152+76=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99984C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99984C is #6667B3. Grayscale: #8F8F8F. Windows color (decimal): -6711220 or 5019801. OLE color: 5019801.

HSL color Cylindrical-coordinate representation of color #99984C: hue angle of 59.22º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99984C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB15315276-
CMYK00.010.500.4
HSL59.22º33.62%44.9%-
HSV(B)59.22º50.33%60%-
XYZ25.6729.7511.23-
YUV143.6489.83134.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.16%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=40.16%
G=39.90%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531527600.010.500.459.2233.6244.9
Hex99984C0132283b222d
Octal231230114016250734255
Binary1001100110011000100110001110010101000111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99984C; }

 p { color: rgb(153,152,76); }

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

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

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

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

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

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

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