#1BBA7A

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

Shades of Mountain Meadow #1BBA7A

Tints of Mountain Meadow #1BBA7A

Color information

#1BBA7A (or 0x1BBA7A) is unknown color: approx Mountain Meadow. HEX triplet: 1B, BA and 7A. RGB value is (27,186,122). Sum of RGB (Red+Green+Blue) = 27+186+122=335 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.06% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA7A is #E44585. Grayscale: #838383. Windows color (decimal): -14960006 or 8043035. OLE color: 8043035.

HSL color Cylindrical-coordinate representation of color #1BBA7A: hue angle of 155.85º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA7A is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB27186122-
CMYK0.8500.340.27
HSL155.85º74.65%41.76%-
HSV(B)155.85º85.48%72.94%-
XYZ21.5236.7624.37-
YUV131.16122.8253.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.06%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=8.06%
G=55.52%
B=36.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal271861220.8500.340.27155.8574.6541.76
Hex1BBA7A550221B9c4b2a
Octal332721721250423323411352
Binary110111011101011110101010101010001011011100111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,186,122); }

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

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

 a { background-color: rgb(27,186,122); }

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

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

 span { border-color: rgb(27,186,122); }

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