#1BA17C

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

Shades of Mountain Meadow #1BA17C

Tints of Mountain Meadow #1BA17C

Color information

#1BA17C (or 0x1BA17C) is unknown color: approx Mountain Meadow. HEX triplet: 1B, A1 and 7C. RGB value is (27,161,124). Sum of RGB (Red+Green+Blue) = 27+161+124=312 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.65% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA17C is #E45E83. Grayscale: #747474. Windows color (decimal): -14966404 or 8167707. OLE color: 8167707.

HSL color Cylindrical-coordinate representation of color #1BA17C: hue angle of 163.43º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA17C is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB27161124-
CMYK0.8300.230.37
HSL163.43º71.28%36.86%-
HSV(B)163.43º83.23%63.14%-
XYZ16.8327.1823.43-
YUV116.72132.1164.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.65%
GREEN value IS 161 (63.28% from 255) = 51.60%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=8.65%
G=51.60%
B=39.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal271611240.8300.230.37163.4371.2836.86
Hex1BA17C5301725a34725
Octal332411741230274524310745
Binary110111010000111111001010011010111100101101000111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,161,124); }

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

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

 a { background-color: rgb(27,161,124); }

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

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

 span { border-color: rgb(27,161,124); }

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