#B6F1B2

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

Shades of Moss Green #B6F1B2

Tints of Moss Green #B6F1B2

Color information

#B6F1B2 (or 0xB6F1B2) is unknown color: approx Moss Green. HEX triplet: B6, F1 and B2. RGB value is (182,241,178). Sum of RGB (Red+Green+Blue) = 182+241+178=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F1B2 is #490E4D. Grayscale: #D8D8D8. Windows color (decimal): -4787790 or 11727286. OLE color: 11727286.

HSL color Cylindrical-coordinate representation of color #B6F1B2: hue angle of 116.19º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F1B2 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB182241178-
CMYK0.2400.260.05
HSL116.19º69.23%82.16%-
HSV(B)116.19º26.14%94.51%-
XYZ58.7876.0753.7-
YUV216.18106.45103.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.28%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 178 (69.92% from 255) = 29.62%
R=30.28%
G=40.10%
B=29.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822411780.2400.260.05116.1969.2382.16
HexB6F1B21801A5744552
Octal266361262300325164105122
Binary10110110111100011011001011000011010101111010010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1B2; }

 p { color: rgb(182,241,178); }

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

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

 a { background-color: rgb(182,241,178); }

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

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

 span { border-color: rgb(182,241,178); }

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