Shades of Madang #B2DA9A
Tints of Madang #B2DA9A
RGB
CMYK
RGB Variations
Color information
#B2DA9A (or 0xB2DA9A) is known color: Madang. HEX triplet: B2, DA and 9A. RGB value is (178,218,154). Sum of RGB (Red+Green+Blue) = 178+218+154=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA9A is #4D2565. Grayscale: #C6C6C6. Windows color (decimal): -5055846 or 10148530. OLE color: 10148530.
HSL color Cylindrical-coordinate representation of color #B2DA9A: hue angle of 97.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2DA9A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 154 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.15 |
| HSL | 97.5º | 0.46% | 0.73% | - |
| HSV(B) | 97.5º | 0.29% | 0.85% | - |
| XYZ | 49.26 | 61.94 | 39.93 | - |
| YUV | 198.74 | 102.75 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 154 | 0.18 | 0 | 0.29 | 0.15 | 97.5 | 0.46 | 0.73 |
| Hex | B2 | DA | 9A | 12 | 0 | 1D | F | 62 | 2E | 49 |
| Octal | 262 | 332 | 232 | 22 | 0 | 35 | 17 | 142 | 56 | 111 |
| Binary | 10110010 | 11011010 | 10011010 | 10010 | 0 | 11101 | 1111 | 1100010 | 101110 | 1001001 |
Color Harmonies of #B2DA9A
Complementary color
Monochromatic Colors of #B2DA9A
Black with #B2DA9A
Text Example
Text Example
White with #B2DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA9A; }
p { color: rgb(178,218,154); }
H1.HeaderClassName
{
color: #B2DA9A;
}
.AnyTagClassName
{
color: #B2DA9A;
}
</style>
background-color css
<style>
a { background-color: #B2DA9A; }
a { background-color: rgb(178,218,154); }
div.DivClassName
{
background-color: #B2DA9A;
}
.BgClassName
{
background-color: #B2DA9A;
}
</style>
border-color css
<style>
span { border-color: #B2DA9A; }
span { border-color: rgb(178,218,154); }
td.TdClassName
{
border-color: #B2DA9A;
}
.TagClassName
{
border-color: #B2DA9A;
}
</style>