Shades of Sulu #BFD971
Tints of Sulu #BFD971
RGB
CMYK
RGB Variations
Color information
#BFD971 (or 0xBFD971) is known color: Sulu. HEX triplet: BF, D9 and 71. RGB value is (191,217,113). Sum of RGB (Red+Green+Blue) = 191+217+113=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD971 is #40268E. Grayscale: #C5C5C5. Windows color (decimal): -4204175 or 7461311. OLE color: 7461311.
HSL color Cylindrical-coordinate representation of color #BFD971: hue angle of 75º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFD971 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 113 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.15 |
| HSL | 75º | 0.58% | 0.65% | - |
| HSV(B) | 75º | 0.48% | 0.85% | - |
| XYZ | 49.28 | 61.89 | 24.97 | - |
| YUV | 197.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 113 | 0.12 | 0 | 0.48 | 0.15 | 75 | 0.58 | 0.65 |
| Hex | BF | D9 | 71 | C | 0 | 30 | F | 4B | 3A | 41 |
| Octal | 277 | 331 | 161 | 14 | 0 | 60 | 17 | 113 | 72 | 101 |
| Binary | 10111111 | 11011001 | 1110001 | 1100 | 0 | 110000 | 1111 | 1001011 | 111010 | 1000001 |
Color Harmonies of #BFD971
Complementary color
Monochromatic Colors of #BFD971
Black with #BFD971
Text Example
Text Example
White with #BFD971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD971; }
p { color: rgb(191,217,113); }
H1.HeaderClassName
{
color: #BFD971;
}
.AnyTagClassName
{
color: #BFD971;
}
</style>
background-color css
<style>
a { background-color: #BFD971; }
a { background-color: rgb(191,217,113); }
div.DivClassName
{
background-color: #BFD971;
}
.BgClassName
{
background-color: #BFD971;
}
</style>
border-color css
<style>
span { border-color: #BFD971; }
span { border-color: rgb(191,217,113); }
td.TdClassName
{
border-color: #BFD971;
}
.TagClassName
{
border-color: #BFD971;
}
</style>