#99B45A

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

Shades of Green Smoke #99B45A

Tints of Green Smoke #99B45A

Color information

#99B45A (or 0x99B45A) is unknown color: approx Green Smoke. HEX triplet: 99, B4 and 5A. RGB value is (153,180,90). Sum of RGB (Red+Green+Blue) = 153+180+90=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #99B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B45A is #664BA5. Grayscale: #A2A2A2. Windows color (decimal): -6704038 or 5944473. OLE color: 5944473.

HSL color Cylindrical-coordinate representation of color #99B45A: hue angle of 78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99B45A is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB15318090-
CMYK0.1500.500.29
HSL78º37.5%52.94%-
HSV(B)78º50%70.59%-
XYZ31.340.1515.77-
YUV161.6787.55121.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 90 (35.55% from 255) = 21.28%
R=36.17%
G=42.55%
B=21.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal153180900.1500.500.297837.552.94
Hex99B45AF0321D4e2635
Octal23126413217062351164665
Binary1001100110110100101101011110110010111011001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,180,90); }

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

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

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

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

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

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

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