#05BA86

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

Shades of Mountain Meadow #05BA86

Tints of Mountain Meadow #05BA86

Color information

#05BA86 (or 0x05BA86) is unknown color: approx Mountain Meadow. HEX triplet: 05, BA and 86. RGB value is (5,186,134). Sum of RGB (Red+Green+Blue) = 5+186+134=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA86 is #FA4579. Grayscale: #7D7D7D. Windows color (decimal): -16401786 or 8829445. OLE color: 8829445.

HSL color Cylindrical-coordinate representation of color #05BA86: hue angle of 162.76º 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 #05BA86 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB5186134-
CMYK0.9700.280.27
HSL162.76º94.76%37.45%-
HSV(B)162.76º97.31%72.94%-
XYZ21.9236.8728.52-
YUV125.95132.5341.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 186 (73.05% from 255) = 57.23%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=1.54%
G=57.23%
B=41.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861340.9700.280.27162.7694.7637.45
Hex5BA866101C1Ba35f25
Octal52722061410343324313745
Binary1011011101010000110110000101110011011101000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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