#05BA89

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

Shades of Mountain Meadow #05BA89

Tints of Mountain Meadow #05BA89

Color information

#05BA89 (or 0x05BA89) is unknown color: approx Mountain Meadow. HEX triplet: 05, BA and 89. RGB value is (5,186,137). Sum of RGB (Red+Green+Blue) = 5+186+137=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA89 is #FA4576. Grayscale: #7E7E7E. Windows color (decimal): -16401783 or 9026053. OLE color: 9026053.

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

Color convert

RGB5186137-
CMYK0.9700.260.27
HSL163.76º94.76%37.45%-
HSV(B)163.76º97.31%72.94%-
XYZ22.1436.9629.63-
YUV126.29134.0341.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 186 (73.05% from 255) = 56.71%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=1.52%
G=56.71%
B=41.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861370.9700.260.27163.7694.7637.45
Hex5BA896101A1Ba45f25
Octal52722111410323324413745
Binary1011011101010001001110000101101011011101001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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