#05BA87

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

Shades of Mountain Meadow #05BA87

Tints of Mountain Meadow #05BA87

Color information

#05BA87 (or 0x05BA87) is unknown color: approx Mountain Meadow. HEX triplet: 05, BA and 87. RGB value is (5,186,135). Sum of RGB (Red+Green+Blue) = 5+186+135=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA87 is #FA4578. Grayscale: #7E7E7E. Windows color (decimal): -16401785 or 8894981. OLE color: 8894981.

HSL color Cylindrical-coordinate representation of color #05BA87: hue angle of 163.09º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA87 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB5186135-
CMYK0.9700.270.27
HSL163.09º94.76%37.45%-
HSV(B)163.09º97.31%72.94%-
XYZ21.9936.928.88-
YUV126.07133.0341.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.53%
GREEN value IS 186 (73.05% from 255) = 57.06%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=1.53%
G=57.06%
B=41.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861350.9700.270.27163.0994.7637.45
Hex5BA876101B1Ba35f25
Octal52722071410333324313745
Binary1011011101010000111110000101101111011101000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05BA87; }

 p { color: rgb(5,186,135); }

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

<style>
 a { background-color: #05BA87; }

 a { background-color: rgb(5,186,135); }

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

<style>
 span { border-color: #05BA87; }

 span { border-color: rgb(5,186,135); }

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