Shades of Madang #BDE698
Tints of Madang #BDE698
RGB
CMYK
RGB Variations
Color information
#BDE698 (or 0xBDE698) is known color: Madang. HEX triplet: BD, E6 and 98. RGB value is (189,230,152). Sum of RGB (Red+Green+Blue) = 189+230+152=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE698 is #421967. Grayscale: #D1D1D1. Windows color (decimal): -4331880 or 10020541. OLE color: 10020541.
HSL color Cylindrical-coordinate representation of color #BDE698: hue angle of 91.54º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDE698 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 152 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.10 |
| HSL | 91.54º | 0.61% | 0.75% | - |
| HSV(B) | 91.54º | 0.34% | 0.9% | - |
| XYZ | 54.95 | 69.68 | 40.26 | - |
| YUV | 208.85 | 95.92 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 152 | 0.18 | 0 | 0.34 | 0.10 | 91.54 | 0.61 | 0.75 |
| Hex | BD | E6 | 98 | 12 | 0 | 22 | A | 5C | 3D | 4B |
| Octal | 275 | 346 | 230 | 22 | 0 | 42 | 12 | 134 | 75 | 113 |
| Binary | 10111101 | 11100110 | 10011000 | 10010 | 0 | 100010 | 1010 | 1011100 | 111101 | 1001011 |
Color Harmonies of #BDE698
Complementary color
Monochromatic Colors of #BDE698
Black with #BDE698
Text Example
Text Example
White with #BDE698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE698; }
p { color: rgb(189,230,152); }
H1.HeaderClassName
{
color: #BDE698;
}
.AnyTagClassName
{
color: #BDE698;
}
</style>
background-color css
<style>
a { background-color: #BDE698; }
a { background-color: rgb(189,230,152); }
div.DivClassName
{
background-color: #BDE698;
}
.BgClassName
{
background-color: #BDE698;
}
</style>
border-color css
<style>
span { border-color: #BDE698; }
span { border-color: rgb(189,230,152); }
td.TdClassName
{
border-color: #BDE698;
}
.TagClassName
{
border-color: #BDE698;
}
</style>