#99994C

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

Shades of Highball #99994C

Tints of Highball #99994C

Color information

#99994C (or 0x99994C) is unknown color: approx Highball. HEX triplet: 99, 99 and 4C. RGB value is (153,153,76). Sum of RGB (Red+Green+Blue) = 153+153+76=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99994C is #6666B3. Grayscale: #909090. Windows color (decimal): -6710964 or 5020057. OLE color: 5020057.

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

Color convert

RGB15315376-
CMYK000.500.4
HSL60º33.62%44.9%-
HSV(B)60º50.33%60%-
XYZ25.8330.0811.28-
YUV144.2289.5134.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=40.05%
G=40.05%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315376000.500.46033.6244.9
Hex99994C0032283c222d
Octal231231114006250744255
Binary1001100110011001100110000110010101000111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99994C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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