Shades of Sulu #BBDC73
Tints of Sulu #BBDC73
RGB
CMYK
RGB Variations
Color information
#BBDC73 (or 0xBBDC73) is known color: Sulu. HEX triplet: BB, DC and 73. RGB value is (187,220,115). Sum of RGB (Red+Green+Blue) = 187+220+115=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC73 is #44238C. Grayscale: #C6C6C6. Windows color (decimal): -4465549 or 7593147. OLE color: 7593147.
HSL color Cylindrical-coordinate representation of color #BBDC73: hue angle of 78.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBDC73 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 115 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.14 |
| HSL | 78.86º | 0.6% | 0.66% | - |
| HSV(B) | 78.86º | 0.48% | 0.86% | - |
| XYZ | 49.18 | 62.99 | 25.79 | - |
| YUV | 198.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 115 | 0.15 | 0 | 0.48 | 0.14 | 78.86 | 0.6 | 0.66 |
| Hex | BB | DC | 73 | F | 0 | 30 | E | 4F | 3C | 42 |
| Octal | 273 | 334 | 163 | 17 | 0 | 60 | 16 | 117 | 74 | 102 |
| Binary | 10111011 | 11011100 | 1110011 | 1111 | 0 | 110000 | 1110 | 1001111 | 111100 | 1000010 |
Color Harmonies of #BBDC73
Complementary color
Monochromatic Colors of #BBDC73
Black with #BBDC73
Text Example
Text Example
White with #BBDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC73; }
p { color: rgb(187,220,115); }
H1.HeaderClassName
{
color: #BBDC73;
}
.AnyTagClassName
{
color: #BBDC73;
}
</style>
background-color css
<style>
a { background-color: #BBDC73; }
a { background-color: rgb(187,220,115); }
div.DivClassName
{
background-color: #BBDC73;
}
.BgClassName
{
background-color: #BBDC73;
}
</style>
border-color css
<style>
span { border-color: #BBDC73; }
span { border-color: rgb(187,220,115); }
td.TdClassName
{
border-color: #BBDC73;
}
.TagClassName
{
border-color: #BBDC73;
}
</style>