#99A444

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

Shades of Highball #99A444

Tints of Highball #99A444

Color information

#99A444 (or 0x99A444) is unknown color: approx Highball. HEX triplet: 99, A4 and 44. RGB value is (153,164,68). Sum of RGB (Red+Green+Blue) = 153+164+68=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #99A444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A444 is #665BBB. Grayscale: #969696. Windows color (decimal): -6708156 or 4498585. OLE color: 4498585.

HSL color Cylindrical-coordinate representation of color #99A444: hue angle of 66.88º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99A444 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB15316468-
CMYK0.0700.590.36
HSL66.88º41.38%45.49%-
HSV(B)66.88º58.54%64.31%-
XYZ27.4633.7410.53-
YUV149.7781.86130.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 164 (64.45% from 255) = 42.60%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=39.74%
G=42.60%
B=17.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153164680.0700.590.3666.8841.3845.49
Hex99A444703B2443292d
Octal2312441047073441035155
Binary1001100110100100100010011101110111001001000011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A444; }

 p { color: rgb(153,164,68); }

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

<style>
 a { background-color: #99A444; }

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

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

<style>
 span { border-color: #99A444; }

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

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