Shades of Sulu #BFD977
Tints of Sulu #BFD977
RGB
CMYK
RGB Variations
Color information
#BFD977 (or 0xBFD977) is known color: Sulu. HEX triplet: BF, D9 and 77. RGB value is (191,217,119). Sum of RGB (Red+Green+Blue) = 191+217+119=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD977 is #402688. Grayscale: #C6C6C6. Windows color (decimal): -4204169 or 7854527. OLE color: 7854527.
HSL color Cylindrical-coordinate representation of color #BFD977: hue angle of 75.92º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD977 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 119 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.15 |
| HSL | 75.92º | 0.56% | 0.66% | - |
| HSV(B) | 75.92º | 0.45% | 0.85% | - |
| XYZ | 49.63 | 62.03 | 26.81 | - |
| YUV | 198.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 119 | 0.12 | 0 | 0.45 | 0.15 | 75.92 | 0.56 | 0.66 |
| Hex | BF | D9 | 77 | C | 0 | 2D | F | 4C | 38 | 42 |
| Octal | 277 | 331 | 167 | 14 | 0 | 55 | 17 | 114 | 70 | 102 |
| Binary | 10111111 | 11011001 | 1110111 | 1100 | 0 | 101101 | 1111 | 1001100 | 111000 | 1000010 |
Color Harmonies of #BFD977
Complementary color
Monochromatic Colors of #BFD977
Black with #BFD977
Text Example
Text Example
White with #BFD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD977; }
p { color: rgb(191,217,119); }
H1.HeaderClassName
{
color: #BFD977;
}
.AnyTagClassName
{
color: #BFD977;
}
</style>
background-color css
<style>
a { background-color: #BFD977; }
a { background-color: rgb(191,217,119); }
div.DivClassName
{
background-color: #BFD977;
}
.BgClassName
{
background-color: #BFD977;
}
</style>
border-color css
<style>
span { border-color: #BFD977; }
span { border-color: rgb(191,217,119); }
td.TdClassName
{
border-color: #BFD977;
}
.TagClassName
{
border-color: #BFD977;
}
</style>