Shades of Madang #BAFF9B
Tints of Madang #BAFF9B
RGB
CMYK
RGB Variations
Color information
#BAFF9B (or 0xBAFF9B) is known color: Madang. HEX triplet: BA, FF and 9B. RGB value is (186,255,155). Sum of RGB (Red+Green+Blue) = 186+255+155=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFF9B is #450064. Grayscale: #DFDFDF. Windows color (decimal): -4522085 or 10223546. OLE color: 10223546.
HSL color Cylindrical-coordinate representation of color #BAFF9B: hue angle of 101.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAFF9B is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 155 | - |
| CMYK | 0.27 | 0 | 0.39 | 0 |
| HSL | 101.4º | 1% | 0.8% | - |
| HSV(B) | 101.4º | 0.39% | 1% | - |
| XYZ | 61.93 | 84.33 | 44.02 | - |
| YUV | 222.97 | 89.64 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 155 | 0.27 | 0 | 0.39 | 0 | 101.4 | 1 | 0.8 |
| Hex | BA | FF | 9B | 1B | 0 | 27 | 0 | 65 | 64 | 50 |
| Octal | 272 | 377 | 233 | 33 | 0 | 47 | 0 | 145 | 144 | 120 |
| Binary | 10111010 | 11111111 | 10011011 | 11011 | 0 | 100111 | 0 | 1100101 | 1100100 | 1010000 |
Color Harmonies of #BAFF9B
Complementary color
Monochromatic Colors of #BAFF9B
Black with #BAFF9B
Text Example
Text Example
White with #BAFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF9B; }
p { color: rgb(186,255,155); }
H1.HeaderClassName
{
color: #BAFF9B;
}
.AnyTagClassName
{
color: #BAFF9B;
}
</style>
background-color css
<style>
a { background-color: #BAFF9B; }
a { background-color: rgb(186,255,155); }
div.DivClassName
{
background-color: #BAFF9B;
}
.BgClassName
{
background-color: #BAFF9B;
}
</style>
border-color css
<style>
span { border-color: #BAFF9B; }
span { border-color: rgb(186,255,155); }
td.TdClassName
{
border-color: #BAFF9B;
}
.TagClassName
{
border-color: #BAFF9B;
}
</style>