Shades of Sulu #BBD77D
Tints of Sulu #BBD77D
RGB
CMYK
RGB Variations
Color information
#BBD77D (or 0xBBD77D) is known color: Sulu. HEX triplet: BB, D7 and 7D. RGB value is (187,215,125). Sum of RGB (Red+Green+Blue) = 187+215+125=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD77D is #442882. Grayscale: #C4C4C4. Windows color (decimal): -4466819 or 8247227. OLE color: 8247227.
HSL color Cylindrical-coordinate representation of color #BBD77D: hue angle of 78.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBD77D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 125 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.16 |
| HSL | 78.67º | 0.53% | 0.67% | - |
| HSV(B) | 78.67º | 0.42% | 0.84% | - |
| XYZ | 48.5 | 60.65 | 28.55 | - |
| YUV | 196.37 | 87.72 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 125 | 0.13 | 0 | 0.42 | 0.16 | 78.67 | 0.53 | 0.67 |
| Hex | BB | D7 | 7D | D | 0 | 2A | 10 | 4F | 35 | 43 |
| Octal | 273 | 327 | 175 | 15 | 0 | 52 | 20 | 117 | 65 | 103 |
| Binary | 10111011 | 11010111 | 1111101 | 1101 | 0 | 101010 | 10000 | 1001111 | 110101 | 1000011 |
Color Harmonies of #BBD77D
Complementary color
Monochromatic Colors of #BBD77D
Black with #BBD77D
Text Example
Text Example
White with #BBD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD77D; }
p { color: rgb(187,215,125); }
H1.HeaderClassName
{
color: #BBD77D;
}
.AnyTagClassName
{
color: #BBD77D;
}
</style>
background-color css
<style>
a { background-color: #BBD77D; }
a { background-color: rgb(187,215,125); }
div.DivClassName
{
background-color: #BBD77D;
}
.BgClassName
{
background-color: #BBD77D;
}
</style>
border-color css
<style>
span { border-color: #BBD77D; }
span { border-color: rgb(187,215,125); }
td.TdClassName
{
border-color: #BBD77D;
}
.TagClassName
{
border-color: #BBD77D;
}
</style>