#1BAA76

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

Shades of Mountain Meadow #1BAA76

Tints of Mountain Meadow #1BAA76

Color information

#1BAA76 (or 0x1BAA76) is unknown color: approx Mountain Meadow. HEX triplet: 1B, AA and 76. RGB value is (27,170,118). Sum of RGB (Red+Green+Blue) = 27+170+118=315 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.57% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA76 is #E45589. Grayscale: #797979. Windows color (decimal): -14964106 or 7776795. OLE color: 7776795.

HSL color Cylindrical-coordinate representation of color #1BAA76: hue angle of 158.18º 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 #1BAA76 is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB27170118-
CMYK0.8400.310.33
HSL158.18º72.59%38.63%-
HSV(B)158.18º84.12%66.67%-
XYZ18.130.2922.03-
YUV121.32126.1260.73-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.57%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=8.57%
G=53.97%
B=37.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271701180.8400.310.33158.1872.5938.63
Hex1BAA765401F219e4927
Octal332521661240374123611147
Binary110111010101011101101010100011111100001100111101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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