Shades of Madang #BAFF9E
Tints of Madang #BAFF9E
RGB
CMYK
RGB Variations
Color information
#BAFF9E (or 0xBAFF9E) is known color: Madang. HEX triplet: BA, FF and 9E. RGB value is (186,255,158). Sum of RGB (Red+Green+Blue) = 186+255+158=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF9E is #450061. Grayscale: #DFDFDF. Windows color (decimal): -4522082 or 10420154. OLE color: 10420154.
HSL color Cylindrical-coordinate representation of color #BAFF9E: hue angle of 102.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAFF9E is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 158 | - |
| CMYK | 0.27 | 0 | 0.38 | 0 |
| HSL | 102.68º | 1% | 0.81% | - |
| HSV(B) | 102.68º | 0.38% | 1% | - |
| XYZ | 62.18 | 84.43 | 45.37 | - |
| YUV | 223.31 | 91.14 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 158 | 0.27 | 0 | 0.38 | 0 | 102.68 | 1 | 0.81 |
| Hex | BA | FF | 9E | 1B | 0 | 26 | 0 | 67 | 64 | 51 |
| Octal | 272 | 377 | 236 | 33 | 0 | 46 | 0 | 147 | 144 | 121 |
| Binary | 10111010 | 11111111 | 10011110 | 11011 | 0 | 100110 | 0 | 1100111 | 1100100 | 1010001 |
Color Harmonies of #BAFF9E
Complementary color
Monochromatic Colors of #BAFF9E
Black with #BAFF9E
Text Example
Text Example
White with #BAFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF9E; }
p { color: rgb(186,255,158); }
H1.HeaderClassName
{
color: #BAFF9E;
}
.AnyTagClassName
{
color: #BAFF9E;
}
</style>
background-color css
<style>
a { background-color: #BAFF9E; }
a { background-color: rgb(186,255,158); }
div.DivClassName
{
background-color: #BAFF9E;
}
.BgClassName
{
background-color: #BAFF9E;
}
</style>
border-color css
<style>
span { border-color: #BAFF9E; }
span { border-color: rgb(186,255,158); }
td.TdClassName
{
border-color: #BAFF9E;
}
.TagClassName
{
border-color: #BAFF9E;
}
</style>