#99AE4B

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

Shades of Green Smoke #99AE4B

Tints of Green Smoke #99AE4B

Color information

#99AE4B (or 0x99AE4B) is unknown color: approx Green Smoke. HEX triplet: 99, AE and 4B. RGB value is (153,174,75). Sum of RGB (Red+Green+Blue) = 153+174+75=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE4B is #6651B4. Grayscale: #9C9C9C. Windows color (decimal): -6705589 or 4959897. OLE color: 4959897.

HSL color Cylindrical-coordinate representation of color #99AE4B: hue angle of 72.73º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99AE4B is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB15317475-
CMYK0.1200.570.32
HSL72.73º39.76%48.82%-
HSV(B)72.73º56.9%68.24%-
XYZ29.5437.5512.35-
YUV156.4482.04125.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 75 (29.69% from 255) = 18.66%
R=38.06%
G=43.28%
B=18.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174750.1200.570.3272.7339.7648.82
Hex99AE4BC03920492831
Octal23125611314071401115061
Binary10011001101011101001011110001110011000001001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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