Html Css Color HEX #B0EAAC Moss Green

📋 copy color: '#B0EAAC'

red 176 ◦ green 234 ◦ blue 172

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

Shades of Moss Green #B0EAAC

Tints of Moss Green #B0EAAC

RGB

 RED value IS 176 (69.14% from 255) = 30.24%

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

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

R = 30.24%
G = 40.21%
B = 29.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#B0EAAC (or 0xB0EAAC) is known color: Moss Green. HEX triplet: B0, EA and AC. RGB value is (176,234,172). Sum of RGB (Red+Green+Blue) = 176+234+172=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EAAC is #4F1553. Grayscale: #D1D1D1. Windows color (decimal): -5182804 or 11332272. OLE color: 11332272.

HSL color Cylindrical-coordinate representation of color #B0EAAC: hue angle of 116.13º 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 #B0EAAC is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 234 172 -
CMYK 0.25 0 0.26 0.08
HSL 116.13º 0.6% 0.8% -
HSV(B) 116.13º 0.26% 0.92% -
XYZ 54.77 71.05 49.86 -
YUV 209.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 176 234 172 0.25 0 0.26 0.08 116.13 0.6 0.8
Hex B0 EA AC 19 0 1A 8 74 3C 50
Octal 260 352 254 31 0 32 10 164 74 120
Binary 10110000 11101010 10101100 11001 0 11010 1000 1110100 111100 1010000

Color Harmonies of #B0EAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EAAC

Black with #B0EAAC

Text Example


Text Example

White with #B0EAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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