Html Css Color HEX #BAEDB6 Moss Green

📋 copy color: '#BAEDB6'

red 186 ◦ green 237 ◦ blue 182

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

Shades of Moss Green #BAEDB6

Tints of Moss Green #BAEDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.17%

 BLUE value IS 182 (71.48% from 255) = 30.08%

R = 30.74%
G = 39.17%
B = 30.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#BAEDB6 (or 0xBAEDB6) is known color: Moss Green. HEX triplet: BA, ED and B6. RGB value is (186,237,182). Sum of RGB (Red+Green+Blue) = 186+237+182=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDB6 is #451249. Grayscale: #D7D7D7. Windows color (decimal): -4526666 or 11988410. OLE color: 11988410.

HSL color Cylindrical-coordinate representation of color #BAEDB6: hue angle of 115.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEDB6 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 182 -
CMYK 0.22 0 0.23 0.07
HSL 115.64º 0.6% 0.82% -
HSV(B) 115.64º 0.23% 0.93% -
XYZ 58.98 74.38 55.51 -
YUV 215.48 109.1 106.97 -
System Red Green Blue C M Y K H S L
Decimal 186 237 182 0.22 0 0.23 0.07 115.64 0.6 0.82
Hex BA ED B6 16 0 17 7 74 3C 52
Octal 272 355 266 26 0 27 7 164 74 122
Binary 10111010 11101101 10110110 10110 0 10111 111 1110100 111100 1010010

Color Harmonies of #BAEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDB6

Black with #BAEDB6

Text Example


Text Example

White with #BAEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDB6; }

 p { color: rgb(186,237,182); }

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

background-color css

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

 a { background-color: rgb(186,237,182); }

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

border-color css

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

 span { border-color: rgb(186,237,182); }

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