Shades of Madang #BAEB9A
Tints of Madang #BAEB9A
RGB
CMYK
RGB Variations
Color information
#BAEB9A (or 0xBAEB9A) is known color: Madang. HEX triplet: BA, EB and 9A. RGB value is (186,235,154). Sum of RGB (Red+Green+Blue) = 186+235+154=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB9A is #451465. Grayscale: #D3D3D3. Windows color (decimal): -4527206 or 10152890. OLE color: 10152890.
HSL color Cylindrical-coordinate representation of color #BAEB9A: hue angle of 96.3º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAEB9A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 154 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.08 |
| HSL | 96.3º | 0.67% | 0.76% | - |
| HSV(B) | 96.3º | 0.34% | 0.92% | - |
| XYZ | 55.79 | 72.19 | 41.57 | - |
| YUV | 211.12 | 95.77 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 154 | 0.21 | 0 | 0.34 | 0.08 | 96.3 | 0.67 | 0.76 |
| Hex | BA | EB | 9A | 15 | 0 | 22 | 8 | 60 | 43 | 4C |
| Octal | 272 | 353 | 232 | 25 | 0 | 42 | 10 | 140 | 103 | 114 |
| Binary | 10111010 | 11101011 | 10011010 | 10101 | 0 | 100010 | 1000 | 1100000 | 1000011 | 1001100 |
Color Harmonies of #BAEB9A
Complementary color
Monochromatic Colors of #BAEB9A
Black with #BAEB9A
Text Example
Text Example
White with #BAEB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEB9A; }
p { color: rgb(186,235,154); }
H1.HeaderClassName
{
color: #BAEB9A;
}
.AnyTagClassName
{
color: #BAEB9A;
}
</style>
background-color css
<style>
a { background-color: #BAEB9A; }
a { background-color: rgb(186,235,154); }
div.DivClassName
{
background-color: #BAEB9A;
}
.BgClassName
{
background-color: #BAEB9A;
}
</style>
border-color css
<style>
span { border-color: #BAEB9A; }
span { border-color: rgb(186,235,154); }
td.TdClassName
{
border-color: #BAEB9A;
}
.TagClassName
{
border-color: #BAEB9A;
}
</style>