Shades of Madang #B9E6AF
Tints of Madang #B9E6AF
RGB
CMYK
RGB Variations
Color information
#B9E6AF (or 0xB9E6AF) is known color: Madang. HEX triplet: B9, E6 and AF. RGB value is (185,230,175). Sum of RGB (Red+Green+Blue) = 185+230+175=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9E6AF is #461950. Grayscale: #D2D2D2. Windows color (decimal): -4594001 or 11527865. OLE color: 11527865.
HSL color Cylindrical-coordinate representation of color #B9E6AF: hue angle of 109.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9E6AF is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 230 | 175 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.10 |
| HSL | 109.09º | 0.52% | 0.79% | - |
| HSV(B) | 109.09º | 0.24% | 0.9% | - |
| XYZ | 56.04 | 70 | 51.12 | - |
| YUV | 210.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 230 | 175 | 0.20 | 0 | 0.24 | 0.10 | 109.09 | 0.52 | 0.79 |
| Hex | B9 | E6 | AF | 14 | 0 | 18 | A | 6D | 34 | 4F |
| Octal | 271 | 346 | 257 | 24 | 0 | 30 | 12 | 155 | 64 | 117 |
| Binary | 10111001 | 11100110 | 10101111 | 10100 | 0 | 11000 | 1010 | 1101101 | 110100 | 1001111 |
Color Harmonies of #B9E6AF
Complementary color
Monochromatic Colors of #B9E6AF
Black with #B9E6AF
Text Example
Text Example
White with #B9E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E6AF; }
p { color: rgb(185,230,175); }
H1.HeaderClassName
{
color: #B9E6AF;
}
.AnyTagClassName
{
color: #B9E6AF;
}
</style>
background-color css
<style>
a { background-color: #B9E6AF; }
a { background-color: rgb(185,230,175); }
div.DivClassName
{
background-color: #B9E6AF;
}
.BgClassName
{
background-color: #B9E6AF;
}
</style>
border-color css
<style>
span { border-color: #B9E6AF; }
span { border-color: rgb(185,230,175); }
td.TdClassName
{
border-color: #B9E6AF;
}
.TagClassName
{
border-color: #B9E6AF;
}
</style>