Shades of Sulu #BBD975
Tints of Sulu #BBD975
RGB
CMYK
RGB Variations
Color information
#BBD975 (or 0xBBD975) is known color: Sulu. HEX triplet: BB, D9 and 75. RGB value is (187,217,117). Sum of RGB (Red+Green+Blue) = 187+217+117=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD975 is #44268A. Grayscale: #C5C5C5. Windows color (decimal): -4466315 or 7723451. OLE color: 7723451.
HSL color Cylindrical-coordinate representation of color #BBD975: hue angle of 78º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBD975 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 117 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.15 |
| HSL | 78º | 0.57% | 0.65% | - |
| HSV(B) | 78º | 0.46% | 0.85% | - |
| XYZ | 48.52 | 61.47 | 26.14 | - |
| YUV | 196.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 117 | 0.14 | 0 | 0.46 | 0.15 | 78 | 0.57 | 0.65 |
| Hex | BB | D9 | 75 | E | 0 | 2E | F | 4E | 39 | 41 |
| Octal | 273 | 331 | 165 | 16 | 0 | 56 | 17 | 116 | 71 | 101 |
| Binary | 10111011 | 11011001 | 1110101 | 1110 | 0 | 101110 | 1111 | 1001110 | 111001 | 1000001 |
Color Harmonies of #BBD975
Complementary color
Monochromatic Colors of #BBD975
Black with #BBD975
Text Example
Text Example
White with #BBD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD975; }
p { color: rgb(187,217,117); }
H1.HeaderClassName
{
color: #BBD975;
}
.AnyTagClassName
{
color: #BBD975;
}
</style>
background-color css
<style>
a { background-color: #BBD975; }
a { background-color: rgb(187,217,117); }
div.DivClassName
{
background-color: #BBD975;
}
.BgClassName
{
background-color: #BBD975;
}
</style>
border-color css
<style>
span { border-color: #BBD975; }
span { border-color: rgb(187,217,117); }
td.TdClassName
{
border-color: #BBD975;
}
.TagClassName
{
border-color: #BBD975;
}
</style>