Html Css Color HEX #BAEAB7 Moss Green

📋 copy color: '#BAEAB7'

red 186 ◦ green 234 ◦ blue 183

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

Shades of Moss Green #BAEAB7

Tints of Moss Green #BAEAB7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.81%

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

R = 30.85%
G = 38.81%
B = 30.35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.08

RGB Variations

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

Color information

#BAEAB7 (or 0xBAEAB7) is known color: Moss Green. HEX triplet: BA, EA and B7. RGB value is (186,234,183). Sum of RGB (Red+Green+Blue) = 186+234+183=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB7 is #451548. Grayscale: #D5D5D5. Windows color (decimal): -4527433 or 12053178. OLE color: 12053178.

HSL color Cylindrical-coordinate representation of color #BAEAB7: hue angle of 116.47º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEAB7 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 183 -
CMYK 0.21 0 0.22 0.08
HSL 116.47º 0.55% 0.82% -
HSV(B) 116.47º 0.22% 0.92% -
XYZ 58.22 72.7 55.76 -
YUV 213.83 110.6 108.15 -
System Red Green Blue C M Y K H S L
Decimal 186 234 183 0.21 0 0.22 0.08 116.47 0.55 0.82
Hex BA EA B7 15 0 16 8 74 37 52
Octal 272 352 267 25 0 26 10 164 67 122
Binary 10111010 11101010 10110111 10101 0 10110 1000 1110100 110111 1010010

Color Harmonies of #BAEAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAB7

Black with #BAEAB7

Text Example


Text Example

White with #BAEAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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