Html Css Color HEX #BAE0B7 Moss Green

📋 copy color: '#BAE0B7'

red 186 ◦ green 224 ◦ blue 183

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

Shades of Moss Green #BAE0B7

Tints of Moss Green #BAE0B7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.77%

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

R = 31.37%
G = 37.77%
B = 30.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#BAE0B7 (or 0xBAE0B7) is known color: Moss Green. HEX triplet: BA, E0 and B7. RGB value is (186,224,183). Sum of RGB (Red+Green+Blue) = 186+224+183=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE0B7 is #451F48. Grayscale: #D0D0D0. Windows color (decimal): -4529993 or 12050618. OLE color: 12050618.

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

Color convert

RGB 186 224 183 -
CMYK 0.17 0 0.18 0.12
HSL 115.61º 0.4% 0.8% -
HSV(B) 115.61º 0.18% 0.88% -
XYZ 55.45 67.17 54.84 -
YUV 207.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 186 224 183 0.17 0 0.18 0.12 115.61 0.4 0.8
Hex BA E0 B7 11 0 12 C 74 28 50
Octal 272 340 267 21 0 22 14 164 50 120
Binary 10111010 11100000 10110111 10001 0 10010 1100 1110100 101000 1010000

Color Harmonies of #BAE0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0B7

Black with #BAE0B7

Text Example


Text Example

White with #BAE0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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