#1BAA73

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

Shades of Mountain Meadow #1BAA73

Tints of Mountain Meadow #1BAA73

Color information

#1BAA73 (or 0x1BAA73) is unknown color: approx Mountain Meadow. HEX triplet: 1B, AA and 73. RGB value is (27,170,115). Sum of RGB (Red+Green+Blue) = 27+170+115=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA73 is #E4558C. Grayscale: #797979. Windows color (decimal): -14964109 or 7580187. OLE color: 7580187.

HSL color Cylindrical-coordinate representation of color #1BAA73: hue angle of 156.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA73 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB27170115-
CMYK0.8400.320.33
HSL156.92º72.59%38.63%-
HSV(B)156.92º84.12%66.67%-
XYZ17.9230.2221.11-
YUV120.97124.6260.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=8.65%
G=54.49%
B=36.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271701150.8400.320.33156.9272.5938.63
Hex1BAA7354020219d4927
Octal332521631240404123511147
Binary1101110101010111001110101000100000100001100111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BAA73; }

 p { color: rgb(27,170,115); }

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

<style>
 a { background-color: #1BAA73; }

 a { background-color: rgb(27,170,115); }

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

<style>
 span { border-color: #1BAA73; }

 span { border-color: rgb(27,170,115); }

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