#19BA73

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

Shades of Mountain Meadow #19BA73

Tints of Mountain Meadow #19BA73

Color information

#19BA73 (or 0x19BA73) is unknown color: approx Mountain Meadow. HEX triplet: 19, BA and 73. RGB value is (25,186,115). Sum of RGB (Red+Green+Blue) = 25+186+115=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BA73 is #E6458C. Grayscale: #818181. Windows color (decimal): -15091085 or 7584281. OLE color: 7584281.

HSL color Cylindrical-coordinate representation of color #19BA73: hue angle of 153.54º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA73 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB25186115-
CMYK0.8700.380.27
HSL153.54º76.3%41.37%-
HSV(B)153.54º86.56%72.94%-
XYZ21.0536.5622.17-
YUV129.77119.6653.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.67%
GREEN value IS 186 (73.05% from 255) = 57.06%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=7.67%
G=57.06%
B=35.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal251861150.8700.380.27153.5476.341.37
Hex19BA73570261B9a4c29
Octal312721631270463323211451
Binary110011011101011100111010111010011011011100110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19BA73; }

 p { color: rgb(25,186,115); }

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

<style>
 a { background-color: #19BA73; }

 a { background-color: rgb(25,186,115); }

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

<style>
 span { border-color: #19BA73; }

 span { border-color: rgb(25,186,115); }

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