#B0F2AB

Color #B0F2AB Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #B0F2AB

Tints of Moss Green #B0F2AB

Color information

#B0F2AB (or 0xB0F2AB) is unknown color: approx Moss Green. HEX triplet: B0, F2 and AB. RGB value is (176,242,171). Sum of RGB (Red+Green+Blue) = 176+242+171=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2AB is #4F0D54. Grayscale: #D6D6D6. Windows color (decimal): -5180757 or 11268784. OLE color: 11268784.

HSL color Cylindrical-coordinate representation of color #B0F2AB: hue angle of 115.77º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F2AB is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB176242171-
CMYK0.2700.290.05
HSL115.77º73.2%80.98%-
HSV(B)115.77º29.34%94.9%-
XYZ57.0175.6750.13-
YUV214.17103.63100.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=29.88%
G=41.09%
B=29.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762421710.2700.290.05115.7773.280.98
HexB0F2AB1B01D5744951
Octal260362253330355164111121
Binary10110000111100101010101111011011101101111010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F2AB; }

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

 H1.HeaderClassName
 {
   color: #B0F2AB;
 }
 .AnyTagClassName
 {
   color: #B0F2AB;
 }
</style>
background-color css

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

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

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

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

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

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