#05BA83

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

Shades of Mountain Meadow #05BA83

Tints of Mountain Meadow #05BA83

Color information

#05BA83 (or 0x05BA83) is unknown color: approx Mountain Meadow. HEX triplet: 05, BA and 83. RGB value is (5,186,131). Sum of RGB (Red+Green+Blue) = 5+186+131=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA83 is #FA457C. Grayscale: #7D7D7D. Windows color (decimal): -16401789 or 8632837. OLE color: 8632837.

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

Color convert

RGB5186131-
CMYK0.9700.300.27
HSL161.77º94.76%37.45%-
HSV(B)161.77º97.31%72.94%-
XYZ21.7236.7927.43-
YUV125.61131.0341.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 186 (73.05% from 255) = 57.76%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=1.55%
G=57.76%
B=40.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861310.9700.300.27161.7794.7637.45
Hex5BA836101E1Ba25f25
Octal52722031410363324213745
Binary1011011101010000011110000101111011011101000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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