#99984B

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

Shades of Highball #99984B

Tints of Highball #99984B

Color information

#99984B (or 0x99984B) is unknown color: approx Highball. HEX triplet: 99, 98 and 4B. RGB value is (153,152,75). Sum of RGB (Red+Green+Blue) = 153+152+75=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99984B is #6667B4. Grayscale: #8F8F8F. Windows color (decimal): -6711221 or 4954265. OLE color: 4954265.

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

Color convert

RGB15315275-
CMYK00.010.510.4
HSL59.23º34.21%44.71%-
HSV(B)59.23º50.98%60%-
XYZ25.6429.7411.05-
YUV143.5289.33134.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=40.26%
G=40%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531527500.010.510.459.2334.2144.71
Hex99984B0133283b222d
Octal231230113016350734255
Binary1001100110011000100101101110011101000111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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