Shades of Sulu #BBDC77
Tints of Sulu #BBDC77
RGB
CMYK
RGB Variations
Color information
#BBDC77 (or 0xBBDC77) is known color: Sulu. HEX triplet: BB, DC and 77. RGB value is (187,220,119). Sum of RGB (Red+Green+Blue) = 187+220+119=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC77 is #442388. Grayscale: #C6C6C6. Windows color (decimal): -4465545 or 7855291. OLE color: 7855291.
HSL color Cylindrical-coordinate representation of color #BBDC77: hue angle of 79.6º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBDC77 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 119 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.14 |
| HSL | 79.6º | 0.59% | 0.66% | - |
| HSV(B) | 79.6º | 0.46% | 0.86% | - |
| XYZ | 49.42 | 63.08 | 27.02 | - |
| YUV | 198.62 | 83.07 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 119 | 0.15 | 0 | 0.46 | 0.14 | 79.6 | 0.59 | 0.66 |
| Hex | BB | DC | 77 | F | 0 | 2E | E | 50 | 3B | 42 |
| Octal | 273 | 334 | 167 | 17 | 0 | 56 | 16 | 120 | 73 | 102 |
| Binary | 10111011 | 11011100 | 1110111 | 1111 | 0 | 101110 | 1110 | 1010000 | 111011 | 1000010 |
Color Harmonies of #BBDC77
Complementary color
Monochromatic Colors of #BBDC77
Black with #BBDC77
Text Example
Text Example
White with #BBDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC77; }
p { color: rgb(187,220,119); }
H1.HeaderClassName
{
color: #BBDC77;
}
.AnyTagClassName
{
color: #BBDC77;
}
</style>
background-color css
<style>
a { background-color: #BBDC77; }
a { background-color: rgb(187,220,119); }
div.DivClassName
{
background-color: #BBDC77;
}
.BgClassName
{
background-color: #BBDC77;
}
</style>
border-color css
<style>
span { border-color: #BBDC77; }
span { border-color: rgb(187,220,119); }
td.TdClassName
{
border-color: #BBDC77;
}
.TagClassName
{
border-color: #BBDC77;
}
</style>