Html Css Color HEX #BAE1B7 Moss Green

📋 copy color: '#BAE1B7'

red 186 ◦ green 225 ◦ blue 183

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

Shades of Moss Green #BAE1B7

Tints of Moss Green #BAE1B7

RGB

 RED value IS 186 (73.05% from 255) = 31.31%

 GREEN value IS 225 (88.28% from 255) = 37.88%

 BLUE value IS 183 (71.88% from 255) = 30.81%

R = 31.31%
G = 37.88%
B = 30.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#BAE1B7 (or 0xBAE1B7) is known color: Moss Green. HEX triplet: BA, E1 and B7. RGB value is (186,225,183). Sum of RGB (Red+Green+Blue) = 186+225+183=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1B7 is #451E48. Grayscale: #D0D0D0. Windows color (decimal): -4529737 or 12050874. OLE color: 12050874.

HSL color Cylindrical-coordinate representation of color #BAE1B7: hue angle of 115.71º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE1B7 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 183 -
CMYK 0.17 0 0.19 0.12
HSL 115.71º 0.41% 0.8% -
HSV(B) 115.71º 0.19% 0.88% -
XYZ 55.72 67.71 54.93 -
YUV 208.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 186 225 183 0.17 0 0.19 0.12 115.71 0.41 0.8
Hex BA E1 B7 11 0 13 C 74 29 50
Octal 272 341 267 21 0 23 14 164 51 120
Binary 10111010 11100001 10110111 10001 0 10011 1100 1110100 101001 1010000

Color Harmonies of #BAE1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1B7

Black with #BAE1B7

Text Example


Text Example

White with #BAE1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1B7; }

 p { color: rgb(186,225,183); }

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

background-color css

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

 a { background-color: rgb(186,225,183); }

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

border-color css

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

 span { border-color: rgb(186,225,183); }

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