Html Css Color HEX #B2EAAC Moss Green

📋 copy color: '#B2EAAC'

red 178 ◦ green 234 ◦ blue 172

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

Shades of Moss Green #B2EAAC

Tints of Moss Green #B2EAAC

RGB

 RED value IS 178 (69.92% from 255) = 30.48%

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

 BLUE value IS 172 (67.58% from 255) = 29.45%

R = 30.48%
G = 40.07%
B = 29.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#B2EAAC (or 0xB2EAAC) is known color: Moss Green. HEX triplet: B2, EA and AC. RGB value is (178,234,172). Sum of RGB (Red+Green+Blue) = 178+234+172=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EAAC is #4D1553. Grayscale: #D2D2D2. Windows color (decimal): -5051732 or 11332274. OLE color: 11332274.

HSL color Cylindrical-coordinate representation of color #B2EAAC: hue angle of 114.19º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EAAC is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 234 172 -
CMYK 0.24 0 0.26 0.08
HSL 114.19º 0.6% 0.8% -
HSV(B) 114.19º 0.26% 0.92% -
XYZ 55.23 71.29 49.88 -
YUV 210.19 106.45 105.04 -
System Red Green Blue C M Y K H S L
Decimal 178 234 172 0.24 0 0.26 0.08 114.19 0.6 0.8
Hex B2 EA AC 18 0 1A 8 72 3C 50
Octal 262 352 254 30 0 32 10 162 74 120
Binary 10110010 11101010 10101100 11000 0 11010 1000 1110010 111100 1010000

Color Harmonies of #B2EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EAAC

Black with #B2EAAC

Text Example


Text Example

White with #B2EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EAAC; }

 p { color: rgb(178,234,172); }

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

background-color css

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

 a { background-color: rgb(178,234,172); }

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

border-color css

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

 span { border-color: rgb(178,234,172); }

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