Shades of Sulu #BFD976
Tints of Sulu #BFD976
RGB
CMYK
RGB Variations
Color information
#BFD976 (or 0xBFD976) is known color: Sulu. HEX triplet: BF, D9 and 76. RGB value is (191,217,118). Sum of RGB (Red+Green+Blue) = 191+217+118=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD976 is #402689. Grayscale: #C6C6C6. Windows color (decimal): -4204170 or 7788991. OLE color: 7788991.
HSL color Cylindrical-coordinate representation of color #BFD976: hue angle of 75.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFD976 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 118 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.15 |
| HSL | 75.76º | 0.57% | 0.66% | - |
| HSV(B) | 75.76º | 0.46% | 0.85% | - |
| XYZ | 49.57 | 62.01 | 26.5 | - |
| YUV | 197.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 118 | 0.12 | 0 | 0.46 | 0.15 | 75.76 | 0.57 | 0.66 |
| Hex | BF | D9 | 76 | C | 0 | 2E | F | 4C | 39 | 42 |
| Octal | 277 | 331 | 166 | 14 | 0 | 56 | 17 | 114 | 71 | 102 |
| Binary | 10111111 | 11011001 | 1110110 | 1100 | 0 | 101110 | 1111 | 1001100 | 111001 | 1000010 |
Color Harmonies of #BFD976
Complementary color
Monochromatic Colors of #BFD976
Black with #BFD976
Text Example
Text Example
White with #BFD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD976; }
p { color: rgb(191,217,118); }
H1.HeaderClassName
{
color: #BFD976;
}
.AnyTagClassName
{
color: #BFD976;
}
</style>
background-color css
<style>
a { background-color: #BFD976; }
a { background-color: rgb(191,217,118); }
div.DivClassName
{
background-color: #BFD976;
}
.BgClassName
{
background-color: #BFD976;
}
</style>
border-color css
<style>
span { border-color: #BFD976; }
span { border-color: rgb(191,217,118); }
td.TdClassName
{
border-color: #BFD976;
}
.TagClassName
{
border-color: #BFD976;
}
</style>