Shades of Madang #BDF1A1
Tints of Madang #BDF1A1
RGB
CMYK
RGB Variations
Color information
#BDF1A1 (or 0xBDF1A1) is known color: Madang. HEX triplet: BD, F1 and A1. RGB value is (189,241,161). Sum of RGB (Red+Green+Blue) = 189+241+161=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF1A1 is #420E5E. Grayscale: #D8D8D8. Windows color (decimal): -4329055 or 10613181. OLE color: 10613181.
HSL color Cylindrical-coordinate representation of color #BDF1A1: hue angle of 99º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDF1A1 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 161 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.05 |
| HSL | 99º | 0.74% | 0.79% | - |
| HSV(B) | 99º | 0.33% | 0.95% | - |
| XYZ | 58.87 | 76.3 | 45.34 | - |
| YUV | 216.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 161 | 0.22 | 0 | 0.33 | 0.05 | 99 | 0.74 | 0.79 |
| Hex | BD | F1 | A1 | 16 | 0 | 21 | 5 | 63 | 4A | 4F |
| Octal | 275 | 361 | 241 | 26 | 0 | 41 | 5 | 143 | 112 | 117 |
| Binary | 10111101 | 11110001 | 10100001 | 10110 | 0 | 100001 | 101 | 1100011 | 1001010 | 1001111 |
Color Harmonies of #BDF1A1
Complementary color
Monochromatic Colors of #BDF1A1
Black with #BDF1A1
Text Example
Text Example
White with #BDF1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1A1; }
p { color: rgb(189,241,161); }
H1.HeaderClassName
{
color: #BDF1A1;
}
.AnyTagClassName
{
color: #BDF1A1;
}
</style>
background-color css
<style>
a { background-color: #BDF1A1; }
a { background-color: rgb(189,241,161); }
div.DivClassName
{
background-color: #BDF1A1;
}
.BgClassName
{
background-color: #BDF1A1;
}
</style>
border-color css
<style>
span { border-color: #BDF1A1; }
span { border-color: rgb(189,241,161); }
td.TdClassName
{
border-color: #BDF1A1;
}
.TagClassName
{
border-color: #BDF1A1;
}
</style>