Shades of Madang #BAF09B
Tints of Madang #BAF09B
RGB
CMYK
RGB Variations
Color information
#BAF09B (or 0xBAF09B) is known color: Madang. HEX triplet: BA, F0 and 9B. RGB value is (186,240,155). Sum of RGB (Red+Green+Blue) = 186+240+155=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF09B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF09B is #450F64. Grayscale: #D6D6D6. Windows color (decimal): -4525925 or 10219706. OLE color: 10219706.
HSL color Cylindrical-coordinate representation of color #BAF09B: hue angle of 98.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF09B is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 155 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.06 |
| HSL | 98.12º | 0.74% | 0.77% | - |
| HSV(B) | 98.12º | 0.35% | 0.94% | - |
| XYZ | 57.33 | 75.13 | 42.49 | - |
| YUV | 214.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 155 | 0.22 | 0 | 0.35 | 0.06 | 98.12 | 0.74 | 0.77 |
| Hex | BA | F0 | 9B | 16 | 0 | 23 | 6 | 62 | 4A | 4D |
| Octal | 272 | 360 | 233 | 26 | 0 | 43 | 6 | 142 | 112 | 115 |
| Binary | 10111010 | 11110000 | 10011011 | 10110 | 0 | 100011 | 110 | 1100010 | 1001010 | 1001101 |
Color Harmonies of #BAF09B
Complementary color
Monochromatic Colors of #BAF09B
Black with #BAF09B
Text Example
Text Example
White with #BAF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF09B; }
p { color: rgb(186,240,155); }
H1.HeaderClassName
{
color: #BAF09B;
}
.AnyTagClassName
{
color: #BAF09B;
}
</style>
background-color css
<style>
a { background-color: #BAF09B; }
a { background-color: rgb(186,240,155); }
div.DivClassName
{
background-color: #BAF09B;
}
.BgClassName
{
background-color: #BAF09B;
}
</style>
border-color css
<style>
span { border-color: #BAF09B; }
span { border-color: rgb(186,240,155); }
td.TdClassName
{
border-color: #BAF09B;
}
.TagClassName
{
border-color: #BAF09B;
}
</style>