Shades of Madang #BAE69B
Tints of Madang #BAE69B
RGB
CMYK
RGB Variations
Color information
#BAE69B (or 0xBAE69B) is known color: Madang. HEX triplet: BA, E6 and 9B. RGB value is (186,230,155). Sum of RGB (Red+Green+Blue) = 186+230+155=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE69B is #451964. Grayscale: #D0D0D0. Windows color (decimal): -4528485 or 10217146. OLE color: 10217146.
HSL color Cylindrical-coordinate representation of color #BAE69B: hue angle of 95.2º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAE69B is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 155 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.10 |
| HSL | 95.2º | 0.6% | 0.75% | - |
| HSV(B) | 95.2º | 0.33% | 0.9% | - |
| XYZ | 54.46 | 69.4 | 41.54 | - |
| YUV | 208.29 | 97.92 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 155 | 0.19 | 0 | 0.33 | 0.10 | 95.2 | 0.6 | 0.75 |
| Hex | BA | E6 | 9B | 13 | 0 | 21 | A | 5F | 3C | 4B |
| Octal | 272 | 346 | 233 | 23 | 0 | 41 | 12 | 137 | 74 | 113 |
| Binary | 10111010 | 11100110 | 10011011 | 10011 | 0 | 100001 | 1010 | 1011111 | 111100 | 1001011 |
Color Harmonies of #BAE69B
Complementary color
Monochromatic Colors of #BAE69B
Black with #BAE69B
Text Example
Text Example
White with #BAE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE69B; }
p { color: rgb(186,230,155); }
H1.HeaderClassName
{
color: #BAE69B;
}
.AnyTagClassName
{
color: #BAE69B;
}
</style>
background-color css
<style>
a { background-color: #BAE69B; }
a { background-color: rgb(186,230,155); }
div.DivClassName
{
background-color: #BAE69B;
}
.BgClassName
{
background-color: #BAE69B;
}
</style>
border-color css
<style>
span { border-color: #BAE69B; }
span { border-color: rgb(186,230,155); }
td.TdClassName
{
border-color: #BAE69B;
}
.TagClassName
{
border-color: #BAE69B;
}
</style>