Shades of Madang #B0DF9A
Tints of Madang #B0DF9A
RGB
CMYK
RGB Variations
Color information
#B0DF9A (or 0xB0DF9A) is known color: Madang. HEX triplet: B0, DF and 9A. RGB value is (176,223,154). Sum of RGB (Red+Green+Blue) = 176+223+154=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF9A is #4F2065. Grayscale: #C9C9C9. Windows color (decimal): -5185638 or 10149808. OLE color: 10149808.
HSL color Cylindrical-coordinate representation of color #B0DF9A: hue angle of 100.87º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0DF9A is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 154 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.13 |
| HSL | 100.87º | 0.52% | 0.74% | - |
| HSV(B) | 100.87º | 0.31% | 0.87% | - |
| XYZ | 50.12 | 64.34 | 40.35 | - |
| YUV | 201.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 154 | 0.21 | 0 | 0.31 | 0.13 | 100.87 | 0.52 | 0.74 |
| Hex | B0 | DF | 9A | 15 | 0 | 1F | D | 65 | 34 | 4A |
| Octal | 260 | 337 | 232 | 25 | 0 | 37 | 15 | 145 | 64 | 112 |
| Binary | 10110000 | 11011111 | 10011010 | 10101 | 0 | 11111 | 1101 | 1100101 | 110100 | 1001010 |
Color Harmonies of #B0DF9A
Complementary color
Monochromatic Colors of #B0DF9A
Black with #B0DF9A
Text Example
Text Example
White with #B0DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF9A; }
p { color: rgb(176,223,154); }
H1.HeaderClassName
{
color: #B0DF9A;
}
.AnyTagClassName
{
color: #B0DF9A;
}
</style>
background-color css
<style>
a { background-color: #B0DF9A; }
a { background-color: rgb(176,223,154); }
div.DivClassName
{
background-color: #B0DF9A;
}
.BgClassName
{
background-color: #B0DF9A;
}
</style>
border-color css
<style>
span { border-color: #B0DF9A; }
span { border-color: rgb(176,223,154); }
td.TdClassName
{
border-color: #B0DF9A;
}
.TagClassName
{
border-color: #B0DF9A;
}
</style>