Shades of Sulu #BBD77F
Tints of Sulu #BBD77F
RGB
CMYK
RGB Variations
Color information
#BBD77F (or 0xBBD77F) is known color: Sulu. HEX triplet: BB, D7 and 7F. RGB value is (187,215,127). Sum of RGB (Red+Green+Blue) = 187+215+127=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD77F is #442880. Grayscale: #C4C4C4. Windows color (decimal): -4466817 or 8378299. OLE color: 8378299.
HSL color Cylindrical-coordinate representation of color #BBD77F: hue angle of 79.09º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBD77F is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 127 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.16 |
| HSL | 79.09º | 0.52% | 0.67% | - |
| HSV(B) | 79.09º | 0.41% | 0.84% | - |
| XYZ | 48.62 | 60.7 | 29.23 | - |
| YUV | 196.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 127 | 0.13 | 0 | 0.41 | 0.16 | 79.09 | 0.52 | 0.67 |
| Hex | BB | D7 | 7F | D | 0 | 29 | 10 | 4F | 34 | 43 |
| Octal | 273 | 327 | 177 | 15 | 0 | 51 | 20 | 117 | 64 | 103 |
| Binary | 10111011 | 11010111 | 1111111 | 1101 | 0 | 101001 | 10000 | 1001111 | 110100 | 1000011 |
Color Harmonies of #BBD77F
Complementary color
Monochromatic Colors of #BBD77F
Black with #BBD77F
Text Example
Text Example
White with #BBD77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD77F; }
p { color: rgb(187,215,127); }
H1.HeaderClassName
{
color: #BBD77F;
}
.AnyTagClassName
{
color: #BBD77F;
}
</style>
background-color css
<style>
a { background-color: #BBD77F; }
a { background-color: rgb(187,215,127); }
div.DivClassName
{
background-color: #BBD77F;
}
.BgClassName
{
background-color: #BBD77F;
}
</style>
border-color css
<style>
span { border-color: #BBD77F; }
span { border-color: rgb(187,215,127); }
td.TdClassName
{
border-color: #BBD77F;
}
.TagClassName
{
border-color: #BBD77F;
}
</style>