Shades of Madang #BBEB9A
Tints of Madang #BBEB9A
RGB
CMYK
RGB Variations
Color information
#BBEB9A (or 0xBBEB9A) is known color: Madang. HEX triplet: BB, EB and 9A. RGB value is (187,235,154). Sum of RGB (Red+Green+Blue) = 187+235+154=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEB9A is #441465. Grayscale: #D3D3D3. Windows color (decimal): -4461670 or 10152891. OLE color: 10152891.
HSL color Cylindrical-coordinate representation of color #BBEB9A: hue angle of 95.56º 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 #BBEB9A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 154 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.08 |
| HSL | 95.56º | 0.67% | 0.76% | - |
| HSV(B) | 95.56º | 0.34% | 0.92% | - |
| XYZ | 56.03 | 72.31 | 41.58 | - |
| YUV | 211.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 154 | 0.20 | 0 | 0.34 | 0.08 | 95.56 | 0.67 | 0.76 |
| Hex | BB | EB | 9A | 14 | 0 | 22 | 8 | 60 | 43 | 4C |
| Octal | 273 | 353 | 232 | 24 | 0 | 42 | 10 | 140 | 103 | 114 |
| Binary | 10111011 | 11101011 | 10011010 | 10100 | 0 | 100010 | 1000 | 1100000 | 1000011 | 1001100 |
Color Harmonies of #BBEB9A
Complementary color
Monochromatic Colors of #BBEB9A
Black with #BBEB9A
Text Example
Text Example
White with #BBEB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEB9A; }
p { color: rgb(187,235,154); }
H1.HeaderClassName
{
color: #BBEB9A;
}
.AnyTagClassName
{
color: #BBEB9A;
}
</style>
background-color css
<style>
a { background-color: #BBEB9A; }
a { background-color: rgb(187,235,154); }
div.DivClassName
{
background-color: #BBEB9A;
}
.BgClassName
{
background-color: #BBEB9A;
}
</style>
border-color css
<style>
span { border-color: #BBEB9A; }
span { border-color: rgb(187,235,154); }
td.TdClassName
{
border-color: #BBEB9A;
}
.TagClassName
{
border-color: #BBEB9A;
}
</style>