Html Css Color HEX #B0F5AB Moss Green

📋 copy color: '#B0F5AB'

red 176 ◦ green 245 ◦ blue 171

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

Shades of Moss Green #B0F5AB

Tints of Moss Green #B0F5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.39%

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

R = 29.73%
G = 41.39%
B = 28.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#B0F5AB (or 0xB0F5AB) is known color: Moss Green. HEX triplet: B0, F5 and AB. RGB value is (176,245,171). Sum of RGB (Red+Green+Blue) = 176+245+171=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F5AB is #4F0A54. Grayscale: #D8D8D8. Windows color (decimal): -5179989 or 11269552. OLE color: 11269552.

HSL color Cylindrical-coordinate representation of color #B0F5AB: hue angle of 115.95º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F5AB is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 245 171 -
CMYK 0.28 0 0.30 0.04
HSL 115.95º 0.79% 0.82% -
HSV(B) 115.95º 0.3% 0.96% -
XYZ 57.91 77.48 50.43 -
YUV 215.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 176 245 171 0.28 0 0.30 0.04 115.95 0.79 0.82
Hex B0 F5 AB 1C 0 1E 4 74 4F 52
Octal 260 365 253 34 0 36 4 164 117 122
Binary 10110000 11110101 10101011 11100 0 11110 100 1110100 1001111 1010010

Color Harmonies of #B0F5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F5AB

Black with #B0F5AB

Text Example


Text Example

White with #B0F5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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