Html Css Color HEX #03BA83 Mountain Meadow

📋 copy color: '#03BA83'

red 3 ◦ green 186 ◦ blue 131

#03BA83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #03BA83

Tints of Mountain Meadow #03BA83

RGB

 RED value IS 3 (1.56% from 255) = 0.94%

 GREEN value IS 186 (73.05% from 255) = 58.13%

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 0.94%
G = 58.13%
B = 40.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#03BA83 (or 0x03BA83) is known color: Mountain Meadow. HEX triplet: 03, BA and 83. RGB value is (3,186,131). Sum of RGB (Red+Green+Blue) = 3+186+131=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA83 is #FC457C. Grayscale: #7D7D7D. Windows color (decimal): -16532861 or 8632835. OLE color: 8632835.

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

Color convert

RGB 3 186 131 -
CMYK 0.98 0 0.30 0.27
HSL 161.97º 0.97% 0.37% -
HSV(B) 161.97º 0.98% 0.73% -
XYZ 21.69 36.78 27.43 -
YUV 125.01 131.37 40.97 -
System Red Green Blue C M Y K H S L
Decimal 3 186 131 0.98 0 0.30 0.27 161.97 0.97 0.37
Hex 3 BA 83 62 0 1E 1B A2 61 25
Octal 3 272 203 142 0 36 33 242 141 45
Binary 11 10111010 10000011 1100010 0 11110 11011 10100010 1100001 100101

Color Harmonies of #03BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA83

Black with #03BA83

Text Example


Text Example

White with #03BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03BA83;
 }
 .AnyTagClassName
 {
   color: #03BA83;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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