Shades of Sulu #BFD882
Tints of Sulu #BFD882
RGB
CMYK
RGB Variations
Color information
#BFD882 (or 0xBFD882) is known color: Sulu. HEX triplet: BF, D8 and 82. RGB value is (191,216,130). Sum of RGB (Red+Green+Blue) = 191+216+130=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD882 is #40277D. Grayscale: #C7C7C7. Windows color (decimal): -4204414 or 8575167. OLE color: 8575167.
HSL color Cylindrical-coordinate representation of color #BFD882: hue angle of 77.44º degrees, saturation: 0.52, 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 #BFD882 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 130 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.15 |
| HSL | 77.44º | 0.52% | 0.68% | - |
| HSV(B) | 77.44º | 0.4% | 0.85% | - |
| XYZ | 50.07 | 61.8 | 30.41 | - |
| YUV | 198.72 | 89.22 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 130 | 0.12 | 0 | 0.40 | 0.15 | 77.44 | 0.52 | 0.68 |
| Hex | BF | D8 | 82 | C | 0 | 28 | F | 4D | 34 | 44 |
| Octal | 277 | 330 | 202 | 14 | 0 | 50 | 17 | 115 | 64 | 104 |
| Binary | 10111111 | 11011000 | 10000010 | 1100 | 0 | 101000 | 1111 | 1001101 | 110100 | 1000100 |
Color Harmonies of #BFD882
Complementary color
Monochromatic Colors of #BFD882
Black with #BFD882
Text Example
Text Example
White with #BFD882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD882; }
p { color: rgb(191,216,130); }
H1.HeaderClassName
{
color: #BFD882;
}
.AnyTagClassName
{
color: #BFD882;
}
</style>
background-color css
<style>
a { background-color: #BFD882; }
a { background-color: rgb(191,216,130); }
div.DivClassName
{
background-color: #BFD882;
}
.BgClassName
{
background-color: #BFD882;
}
</style>
border-color css
<style>
span { border-color: #BFD882; }
span { border-color: rgb(191,216,130); }
td.TdClassName
{
border-color: #BFD882;
}
.TagClassName
{
border-color: #BFD882;
}
</style>