Html Css Color HEX #B0E4AB Moss Green

📋 copy color: '#B0E4AB'

red 176 ◦ green 228 ◦ blue 171

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

Shades of Moss Green #B0E4AB

Tints of Moss Green #B0E4AB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.65%

 BLUE value IS 171 (67.19% from 255) = 29.74%

R = 30.61%
G = 39.65%
B = 29.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#B0E4AB (or 0xB0E4AB) is known color: Moss Green. HEX triplet: B0, E4 and AB. RGB value is (176,228,171). Sum of RGB (Red+Green+Blue) = 176+228+171=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E4AB is #4F1B54. Grayscale: #CECECE. Windows color (decimal): -5184341 or 11265200. OLE color: 11265200.

HSL color Cylindrical-coordinate representation of color #B0E4AB: hue angle of 114.74º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E4AB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 228 171 -
CMYK 0.23 0 0.25 0.11
HSL 114.74º 0.51% 0.78% -
HSV(B) 114.74º 0.25% 0.89% -
XYZ 53 67.66 48.79 -
YUV 205.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 176 228 171 0.23 0 0.25 0.11 114.74 0.51 0.78
Hex B0 E4 AB 17 0 19 B 73 33 4E
Octal 260 344 253 27 0 31 13 163 63 116
Binary 10110000 11100100 10101011 10111 0 11001 1011 1110011 110011 1001110

Color Harmonies of #B0E4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0E4AB

Black with #B0E4AB

Text Example


Text Example

White with #B0E4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0E4AB; }

 p { color: rgb(176,228,171); }

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

background-color css

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

 a { background-color: rgb(176,228,171); }

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

border-color css

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

 span { border-color: rgb(176,228,171); }

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