Shades of Sulu #BBDC70
Tints of Sulu #BBDC70
RGB
CMYK
RGB Variations
Color information
#BBDC70 (or 0xBBDC70) is known color: Sulu. HEX triplet: BB, DC and 70. RGB value is (187,220,112). Sum of RGB (Red+Green+Blue) = 187+220+112=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC70 is #44238F. Grayscale: #C6C6C6. Windows color (decimal): -4465552 or 7396539. OLE color: 7396539.
HSL color Cylindrical-coordinate representation of color #BBDC70: hue angle of 78.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBDC70 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 112 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.14 |
| HSL | 78.33º | 0.61% | 0.65% | - |
| HSV(B) | 78.33º | 0.49% | 0.86% | - |
| XYZ | 49.01 | 62.92 | 24.89 | - |
| YUV | 197.82 | 79.57 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 112 | 0.15 | 0 | 0.49 | 0.14 | 78.33 | 0.61 | 0.65 |
| Hex | BB | DC | 70 | F | 0 | 31 | E | 4E | 3D | 41 |
| Octal | 273 | 334 | 160 | 17 | 0 | 61 | 16 | 116 | 75 | 101 |
| Binary | 10111011 | 11011100 | 1110000 | 1111 | 0 | 110001 | 1110 | 1001110 | 111101 | 1000001 |
Color Harmonies of #BBDC70
Complementary color
Monochromatic Colors of #BBDC70
Black with #BBDC70
Text Example
Text Example
White with #BBDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC70; }
p { color: rgb(187,220,112); }
H1.HeaderClassName
{
color: #BBDC70;
}
.AnyTagClassName
{
color: #BBDC70;
}
</style>
background-color css
<style>
a { background-color: #BBDC70; }
a { background-color: rgb(187,220,112); }
div.DivClassName
{
background-color: #BBDC70;
}
.BgClassName
{
background-color: #BBDC70;
}
</style>
border-color css
<style>
span { border-color: #BBDC70; }
span { border-color: rgb(187,220,112); }
td.TdClassName
{
border-color: #BBDC70;
}
.TagClassName
{
border-color: #BBDC70;
}
</style>