Shades of Madang #BDE699
Tints of Madang #BDE699
RGB
CMYK
RGB Variations
Color information
#BDE699 (or 0xBDE699) is known color: Madang. HEX triplet: BD, E6 and 99. RGB value is (189,230,153). Sum of RGB (Red+Green+Blue) = 189+230+153=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 153 (60.16% from 255 or 26.75% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE699 is #421966. Grayscale: #D1D1D1. Windows color (decimal): -4331879 or 10086077. OLE color: 10086077.
HSL color Cylindrical-coordinate representation of color #BDE699: hue angle of 91.95º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDE699 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 153 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.10 |
| HSL | 91.95º | 0.61% | 0.75% | - |
| HSV(B) | 91.95º | 0.33% | 0.9% | - |
| XYZ | 55.03 | 69.71 | 40.69 | - |
| YUV | 208.96 | 96.42 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 153 | 0.18 | 0 | 0.33 | 0.10 | 91.95 | 0.61 | 0.75 |
| Hex | BD | E6 | 99 | 12 | 0 | 21 | A | 5C | 3D | 4B |
| Octal | 275 | 346 | 231 | 22 | 0 | 41 | 12 | 134 | 75 | 113 |
| Binary | 10111101 | 11100110 | 10011001 | 10010 | 0 | 100001 | 1010 | 1011100 | 111101 | 1001011 |
Color Harmonies of #BDE699
Complementary color
Monochromatic Colors of #BDE699
Black with #BDE699
Text Example
Text Example
White with #BDE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE699; }
p { color: rgb(189,230,153); }
H1.HeaderClassName
{
color: #BDE699;
}
.AnyTagClassName
{
color: #BDE699;
}
</style>
background-color css
<style>
a { background-color: #BDE699; }
a { background-color: rgb(189,230,153); }
div.DivClassName
{
background-color: #BDE699;
}
.BgClassName
{
background-color: #BDE699;
}
</style>
border-color css
<style>
span { border-color: #BDE699; }
span { border-color: rgb(189,230,153); }
td.TdClassName
{
border-color: #BDE699;
}
.TagClassName
{
border-color: #BDE699;
}
</style>