#99983A

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

Shades of Highball #99983A

Tints of Highball #99983A

Color information

#99983A (or 0x99983A) is unknown color: approx Highball. HEX triplet: 99, 98 and 3A. RGB value is (153,152,58). Sum of RGB (Red+Green+Blue) = 153+152+58=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99983A is #6667C5. Grayscale: #8D8D8D. Windows color (decimal): -6711238 or 3840153. OLE color: 3840153.

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

Color convert

RGB15315258-
CMYK00.010.620.4
HSL59.37º45.02%41.37%-
HSV(B)59.37º62.09%60%-
XYZ25.1329.538.38-
YUV141.5880.83136.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 152 (59.77% from 255) = 41.87%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=42.15%
G=41.87%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531525800.010.620.459.3745.0241.37
Hex99983A013E283b2d29
Octal23123072017650735551
Binary100110011001100011101001111110101000111011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99983A; }

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

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

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

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

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

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

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

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