#05B886

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

Shades of Mountain Meadow #05B886

Tints of Mountain Meadow #05B886

Color information

#05B886 (or 0x05B886) is unknown color: approx Mountain Meadow. HEX triplet: 05, B8 and 86. RGB value is (5,184,134). Sum of RGB (Red+Green+Blue) = 5+184+134=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #05B886 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B886 is #FA4779. Grayscale: #7C7C7C. Windows color (decimal): -16402298 or 8828933. OLE color: 8828933.

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

Color convert

RGB5184134-
CMYK0.9700.270.28
HSL163.24º94.71%37.06%-
HSV(B)163.24º97.28%72.16%-
XYZ21.5136.0328.38-
YUV124.78133.242.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 184 (72.27% from 255) = 56.97%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=1.55%
G=56.97%
B=41.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51841340.9700.270.28163.2494.7137.06
Hex5B8866101B1Ca35f25
Octal52702061410333424313745
Binary1011011100010000110110000101101111100101000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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