Shades of Sulu #BFD982
Tints of Sulu #BFD982
RGB
CMYK
RGB Variations
Color information
#BFD982 (or 0xBFD982) is known color: Sulu. HEX triplet: BF, D9 and 82. RGB value is (191,217,130). Sum of RGB (Red+Green+Blue) = 191+217+130=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD982 is #40267D. Grayscale: #C7C7C7. Windows color (decimal): -4204158 or 8575423. OLE color: 8575423.
HSL color Cylindrical-coordinate representation of color #BFD982: hue angle of 77.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD982 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 130 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.15 |
| HSL | 77.93º | 0.53% | 0.68% | - |
| HSV(B) | 77.93º | 0.4% | 0.85% | - |
| XYZ | 50.33 | 62.31 | 30.49 | - |
| YUV | 199.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 130 | 0.12 | 0 | 0.40 | 0.15 | 77.93 | 0.53 | 0.68 |
| Hex | BF | D9 | 82 | C | 0 | 28 | F | 4E | 35 | 44 |
| Octal | 277 | 331 | 202 | 14 | 0 | 50 | 17 | 116 | 65 | 104 |
| Binary | 10111111 | 11011001 | 10000010 | 1100 | 0 | 101000 | 1111 | 1001110 | 110101 | 1000100 |
Color Harmonies of #BFD982
Complementary color
Monochromatic Colors of #BFD982
Black with #BFD982
Text Example
Text Example
White with #BFD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD982; }
p { color: rgb(191,217,130); }
H1.HeaderClassName
{
color: #BFD982;
}
.AnyTagClassName
{
color: #BFD982;
}
</style>
background-color css
<style>
a { background-color: #BFD982; }
a { background-color: rgb(191,217,130); }
div.DivClassName
{
background-color: #BFD982;
}
.BgClassName
{
background-color: #BFD982;
}
</style>
border-color css
<style>
span { border-color: #BFD982; }
span { border-color: rgb(191,217,130); }
td.TdClassName
{
border-color: #BFD982;
}
.TagClassName
{
border-color: #BFD982;
}
</style>