Shades of Madang #BAF99C
Tints of Madang #BAF99C
RGB
CMYK
RGB Variations
Color information
#BAF99C (or 0xBAF99C) is known color: Madang. HEX triplet: BA, F9 and 9C. RGB value is (186,249,156). Sum of RGB (Red+Green+Blue) = 186+249+156=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF99C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF99C is #450663. Grayscale: #DBDBDB. Windows color (decimal): -4523620 or 10287546. OLE color: 10287546.
HSL color Cylindrical-coordinate representation of color #BAF99C: hue angle of 100.65º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAF99C is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 156 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.02 |
| HSL | 100.65º | 0.89% | 0.79% | - |
| HSV(B) | 100.65º | 0.37% | 0.98% | - |
| XYZ | 60.13 | 80.59 | 43.84 | - |
| YUV | 219.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 156 | 0.25 | 0 | 0.37 | 0.02 | 100.65 | 0.89 | 0.79 |
| Hex | BA | F9 | 9C | 19 | 0 | 25 | 2 | 65 | 59 | 4F |
| Octal | 272 | 371 | 234 | 31 | 0 | 45 | 2 | 145 | 131 | 117 |
| Binary | 10111010 | 11111001 | 10011100 | 11001 | 0 | 100101 | 10 | 1100101 | 1011001 | 1001111 |
Color Harmonies of #BAF99C
Complementary color
Monochromatic Colors of #BAF99C
Black with #BAF99C
Text Example
Text Example
White with #BAF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF99C; }
p { color: rgb(186,249,156); }
H1.HeaderClassName
{
color: #BAF99C;
}
.AnyTagClassName
{
color: #BAF99C;
}
</style>
background-color css
<style>
a { background-color: #BAF99C; }
a { background-color: rgb(186,249,156); }
div.DivClassName
{
background-color: #BAF99C;
}
.BgClassName
{
background-color: #BAF99C;
}
</style>
border-color css
<style>
span { border-color: #BAF99C; }
span { border-color: rgb(186,249,156); }
td.TdClassName
{
border-color: #BAF99C;
}
.TagClassName
{
border-color: #BAF99C;
}
</style>