#1BBA7B

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

Shades of Mountain Meadow #1BBA7B

Tints of Mountain Meadow #1BBA7B

Color information

#1BBA7B (or 0x1BBA7B) is unknown color: approx Mountain Meadow. HEX triplet: 1B, BA and 7B. RGB value is (27,186,123). Sum of RGB (Red+Green+Blue) = 27+186+123=336 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.04% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BBA7B is #E44584. Grayscale: #838383. Windows color (decimal): -14960005 or 8108571. OLE color: 8108571.

HSL color Cylindrical-coordinate representation of color #1BBA7B: hue angle of 156.23º 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 #1BBA7B is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB27186123-
CMYK0.8500.340.27
HSL156.23º74.65%41.76%-
HSV(B)156.23º85.48%72.94%-
XYZ21.5936.7824.7-
YUV131.28123.3253.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.04%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=8.04%
G=55.36%
B=36.61%

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
Decimal271861230.8500.340.27156.2374.6541.76
Hex1BBA7B550221B9c4b2a
Octal332721731250423323411352
Binary110111011101011110111010101010001011011100111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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