#03BA84

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

Shades of Mountain Meadow #03BA84

Tints of Mountain Meadow #03BA84

Color information

#03BA84 (or 0x03BA84) is unknown color: approx Mountain Meadow. HEX triplet: 03, BA and 84. RGB value is (3,186,132). Sum of RGB (Red+Green+Blue) = 3+186+132=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA84 is #FC457B. Grayscale: #7D7D7D. Windows color (decimal): -16532860 or 8698371. OLE color: 8698371.

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

Color convert

RGB3186132-
CMYK0.9800.290.27
HSL162.3º96.83%37.06%-
HSV(B)162.3º98.39%72.94%-
XYZ21.7636.827.79-
YUV125.13131.8740.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.93%
GREEN value IS 186 (73.05% from 255) = 57.94%
BLUE value IS 132 (51.95% from 255) = 41.12%
R=0.93%
G=57.94%
B=41.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31861320.9800.290.27162.396.8337.06
Hex3BA846201D1Ba26125
Octal32722041420353324214145
Binary111011101010000100110001001110111011101000101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03BA84; }

 p { color: rgb(3,186,132); }

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

<style>
 a { background-color: #03BA84; }

 a { background-color: rgb(3,186,132); }

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

<style>
 span { border-color: #03BA84; }

 span { border-color: rgb(3,186,132); }

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