Shades of Madang #B2FF9B
Tints of Madang #B2FF9B
RGB
CMYK
RGB Variations
Color information
#B2FF9B (or 0xB2FF9B) is known color: Madang. HEX triplet: B2, FF and 9B. RGB value is (178,255,155). Sum of RGB (Red+Green+Blue) = 178+255+155=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FF9B is #4D0064. Grayscale: #DCDCDC. Windows color (decimal): -5046373 or 10223538. OLE color: 10223538.
HSL color Cylindrical-coordinate representation of color #B2FF9B: hue angle of 106.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2FF9B is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 155 | - |
| CMYK | 0.30 | 0 | 0.39 | 0 |
| HSL | 106.2º | 1% | 0.8% | - |
| HSV(B) | 106.2º | 0.39% | 1% | - |
| XYZ | 60.04 | 83.35 | 43.93 | - |
| YUV | 220.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 155 | 0.30 | 0 | 0.39 | 0 | 106.2 | 1 | 0.8 |
| Hex | B2 | FF | 9B | 1E | 0 | 27 | 0 | 6A | 64 | 50 |
| Octal | 262 | 377 | 233 | 36 | 0 | 47 | 0 | 152 | 144 | 120 |
| Binary | 10110010 | 11111111 | 10011011 | 11110 | 0 | 100111 | 0 | 1101010 | 1100100 | 1010000 |
Color Harmonies of #B2FF9B
Complementary color
Monochromatic Colors of #B2FF9B
Black with #B2FF9B
Text Example
Text Example
White with #B2FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF9B; }
p { color: rgb(178,255,155); }
H1.HeaderClassName
{
color: #B2FF9B;
}
.AnyTagClassName
{
color: #B2FF9B;
}
</style>
background-color css
<style>
a { background-color: #B2FF9B; }
a { background-color: rgb(178,255,155); }
div.DivClassName
{
background-color: #B2FF9B;
}
.BgClassName
{
background-color: #B2FF9B;
}
</style>
border-color css
<style>
span { border-color: #B2FF9B; }
span { border-color: rgb(178,255,155); }
td.TdClassName
{
border-color: #B2FF9B;
}
.TagClassName
{
border-color: #B2FF9B;
}
</style>