#B4F0B0

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

Shades of Moss Green #B4F0B0

Tints of Moss Green #B4F0B0

Color information

#B4F0B0 (or 0xB4F0B0) is unknown color: approx Moss Green. HEX triplet: B4, F0 and B0. RGB value is (180,240,176). Sum of RGB (Red+Green+Blue) = 180+240+176=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F0B0 is #4B0F4F. Grayscale: #D6D6D6. Windows color (decimal): -4919120 or 11595956. OLE color: 11595956.

HSL color Cylindrical-coordinate representation of color #B4F0B0: hue angle of 116.25º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F0B0 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB180240176-
CMYK0.2500.270.06
HSL116.25º68.09%81.57%-
HSV(B)116.25º26.67%94.12%-
XYZ57.8275.1652.53-
YUV214.76106.12103.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.20%
GREEN value IS 240 (94.14% from 255) = 40.27%
BLUE value IS 176 (69.14% from 255) = 29.53%
R=30.20%
G=40.27%
B=29.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802401760.2500.270.06116.2568.0981.57
HexB4F0B01901B6744452
Octal264360260310336164104122
Binary10110100111100001011000011001011011110111010010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F0B0; }

 p { color: rgb(180,240,176); }

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

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

 a { background-color: rgb(180,240,176); }

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

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

 span { border-color: rgb(180,240,176); }

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