Shades of Madang #BDE898
Tints of Madang #BDE898
RGB
CMYK
RGB Variations
Color information
#BDE898 (or 0xBDE898) is known color: Madang. HEX triplet: BD, E8 and 98. RGB value is (189,232,152). Sum of RGB (Red+Green+Blue) = 189+232+152=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE898 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE898 is #421767. Grayscale: #D2D2D2. Windows color (decimal): -4331368 or 10021053. OLE color: 10021053.
HSL color Cylindrical-coordinate representation of color #BDE898: hue angle of 92.25º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDE898 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 152 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.09 |
| HSL | 92.25º | 0.63% | 0.75% | - |
| HSV(B) | 92.25º | 0.34% | 0.91% | - |
| XYZ | 55.51 | 70.8 | 40.45 | - |
| YUV | 210.02 | 95.25 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 152 | 0.19 | 0 | 0.34 | 0.09 | 92.25 | 0.63 | 0.75 |
| Hex | BD | E8 | 98 | 13 | 0 | 22 | 9 | 5C | 3F | 4B |
| Octal | 275 | 350 | 230 | 23 | 0 | 42 | 11 | 134 | 77 | 113 |
| Binary | 10111101 | 11101000 | 10011000 | 10011 | 0 | 100010 | 1001 | 1011100 | 111111 | 1001011 |
Color Harmonies of #BDE898
Complementary color
Monochromatic Colors of #BDE898
Black with #BDE898
Text Example
Text Example
White with #BDE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE898; }
p { color: rgb(189,232,152); }
H1.HeaderClassName
{
color: #BDE898;
}
.AnyTagClassName
{
color: #BDE898;
}
</style>
background-color css
<style>
a { background-color: #BDE898; }
a { background-color: rgb(189,232,152); }
div.DivClassName
{
background-color: #BDE898;
}
.BgClassName
{
background-color: #BDE898;
}
</style>
border-color css
<style>
span { border-color: #BDE898; }
span { border-color: rgb(189,232,152); }
td.TdClassName
{
border-color: #BDE898;
}
.TagClassName
{
border-color: #BDE898;
}
</style>