Shades of Madang #BDEA97
Tints of Madang #BDEA97
RGB
CMYK
RGB Variations
Color information
#BDEA97 (or 0xBDEA97) is known color: Madang. HEX triplet: BD, EA and 97. RGB value is (189,234,151). Sum of RGB (Red+Green+Blue) = 189+234+151=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 151 (59.38% from 255 or 26.31% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEA97 is #421568. Grayscale: #D3D3D3. Windows color (decimal): -4330857 or 9956029. OLE color: 9956029.
HSL color Cylindrical-coordinate representation of color #BDEA97: hue angle of 92.53º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDEA97 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 151 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.08 |
| HSL | 92.53º | 0.66% | 0.75% | - |
| HSV(B) | 92.53º | 0.35% | 0.92% | - |
| XYZ | 56 | 71.9 | 40.2 | - |
| YUV | 211.08 | 94.09 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 151 | 0.19 | 0 | 0.35 | 0.08 | 92.53 | 0.66 | 0.75 |
| Hex | BD | EA | 97 | 13 | 0 | 23 | 8 | 5D | 42 | 4B |
| Octal | 275 | 352 | 227 | 23 | 0 | 43 | 10 | 135 | 102 | 113 |
| Binary | 10111101 | 11101010 | 10010111 | 10011 | 0 | 100011 | 1000 | 1011101 | 1000010 | 1001011 |
Color Harmonies of #BDEA97
Complementary color
Monochromatic Colors of #BDEA97
Black with #BDEA97
Text Example
Text Example
White with #BDEA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEA97; }
p { color: rgb(189,234,151); }
H1.HeaderClassName
{
color: #BDEA97;
}
.AnyTagClassName
{
color: #BDEA97;
}
</style>
background-color css
<style>
a { background-color: #BDEA97; }
a { background-color: rgb(189,234,151); }
div.DivClassName
{
background-color: #BDEA97;
}
.BgClassName
{
background-color: #BDEA97;
}
</style>
border-color css
<style>
span { border-color: #BDEA97; }
span { border-color: rgb(189,234,151); }
td.TdClassName
{
border-color: #BDEA97;
}
.TagClassName
{
border-color: #BDEA97;
}
</style>