Shades of Madang #BAF09C
Tints of Madang #BAF09C
RGB
CMYK
RGB Variations
Color information
#BAF09C (or 0xBAF09C) is known color: Madang. HEX triplet: BA, F0 and 9C. RGB value is (186,240,156). Sum of RGB (Red+Green+Blue) = 186+240+156=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF09C is #450F63. Grayscale: #D6D6D6. Windows color (decimal): -4525924 or 10285242. OLE color: 10285242.
HSL color Cylindrical-coordinate representation of color #BAF09C: hue angle of 98.57º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAF09C is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 156 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.06 |
| HSL | 98.57º | 0.74% | 0.78% | - |
| HSV(B) | 98.57º | 0.35% | 0.94% | - |
| XYZ | 57.41 | 75.16 | 42.93 | - |
| YUV | 214.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 156 | 0.22 | 0 | 0.35 | 0.06 | 98.57 | 0.74 | 0.78 |
| Hex | BA | F0 | 9C | 16 | 0 | 23 | 6 | 63 | 4A | 4E |
| Octal | 272 | 360 | 234 | 26 | 0 | 43 | 6 | 143 | 112 | 116 |
| Binary | 10111010 | 11110000 | 10011100 | 10110 | 0 | 100011 | 110 | 1100011 | 1001010 | 1001110 |
Color Harmonies of #BAF09C
Complementary color
Monochromatic Colors of #BAF09C
Black with #BAF09C
Text Example
Text Example
White with #BAF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF09C; }
p { color: rgb(186,240,156); }
H1.HeaderClassName
{
color: #BAF09C;
}
.AnyTagClassName
{
color: #BAF09C;
}
</style>
background-color css
<style>
a { background-color: #BAF09C; }
a { background-color: rgb(186,240,156); }
div.DivClassName
{
background-color: #BAF09C;
}
.BgClassName
{
background-color: #BAF09C;
}
</style>
border-color css
<style>
span { border-color: #BAF09C; }
span { border-color: rgb(186,240,156); }
td.TdClassName
{
border-color: #BAF09C;
}
.TagClassName
{
border-color: #BAF09C;
}
</style>