Shades of Madang #B0D69B
Tints of Madang #B0D69B
RGB
CMYK
RGB Variations
Color information
#B0D69B (or 0xB0D69B) is known color: Madang. HEX triplet: B0, D6 and 9B. RGB value is (176,214,155). Sum of RGB (Red+Green+Blue) = 176+214+155=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D69B is #4F2964. Grayscale: #C4C4C4. Windows color (decimal): -5187941 or 10213040. OLE color: 10213040.
HSL color Cylindrical-coordinate representation of color #B0D69B: hue angle of 98.64º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0D69B is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 155 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.16 |
| HSL | 98.64º | 0.42% | 0.72% | - |
| HSV(B) | 98.64º | 0.28% | 0.84% | - |
| XYZ | 47.87 | 59.69 | 40.01 | - |
| YUV | 195.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 155 | 0.18 | 0 | 0.28 | 0.16 | 98.64 | 0.42 | 0.72 |
| Hex | B0 | D6 | 9B | 12 | 0 | 1C | 10 | 63 | 2A | 48 |
| Octal | 260 | 326 | 233 | 22 | 0 | 34 | 20 | 143 | 52 | 110 |
| Binary | 10110000 | 11010110 | 10011011 | 10010 | 0 | 11100 | 10000 | 1100011 | 101010 | 1001000 |
Color Harmonies of #B0D69B
Complementary color
Monochromatic Colors of #B0D69B
Black with #B0D69B
Text Example
Text Example
White with #B0D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D69B; }
p { color: rgb(176,214,155); }
H1.HeaderClassName
{
color: #B0D69B;
}
.AnyTagClassName
{
color: #B0D69B;
}
</style>
background-color css
<style>
a { background-color: #B0D69B; }
a { background-color: rgb(176,214,155); }
div.DivClassName
{
background-color: #B0D69B;
}
.BgClassName
{
background-color: #B0D69B;
}
</style>
border-color css
<style>
span { border-color: #B0D69B; }
span { border-color: rgb(176,214,155); }
td.TdClassName
{
border-color: #B0D69B;
}
.TagClassName
{
border-color: #B0D69B;
}
</style>