#20BA89

Color #20BA89 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #20BA89

Tints of Mountain Meadow #20BA89

Color information

#20BA89 (or 0x20BA89) is unknown color: approx Mountain Meadow. HEX triplet: 20, BA and 89. RGB value is (32,186,137). Sum of RGB (Red+Green+Blue) = 32+186+137=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BA89 is #DF4576. Grayscale: #868686. Windows color (decimal): -14632311 or 9026080. OLE color: 9026080.

HSL color Cylindrical-coordinate representation of color #20BA89: hue angle of 160.91º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA89 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB32186137-
CMYK0.8300.260.27
HSL160.91º70.64%42.75%-
HSV(B)160.91º82.8%72.94%-
XYZ22.6737.2329.66-
YUV134.37129.4854.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.01%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=9.01%
G=52.39%
B=38.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321861370.8300.260.27160.9170.6442.75
Hex20BA895301A1Ba1472b
Octal402722111230323324110753
Binary1000001011101010001001101001101101011011101000011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20BA89; }

 p { color: rgb(32,186,137); }

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

<style>
 a { background-color: #20BA89; }

 a { background-color: rgb(32,186,137); }

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

<style>
 span { border-color: #20BA89; }

 span { border-color: rgb(32,186,137); }

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