Shades of Sulu #BFDB84
Tints of Sulu #BFDB84
RGB
CMYK
RGB Variations
Color information
#BFDB84 (or 0xBFDB84) is known color: Sulu. HEX triplet: BF, DB and 84. RGB value is (191,219,132). Sum of RGB (Red+Green+Blue) = 191+219+132=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDB84 is #40247B. Grayscale: #C9C9C9. Windows color (decimal): -4203644 or 8707007. OLE color: 8707007.
HSL color Cylindrical-coordinate representation of color #BFDB84: hue angle of 79.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFDB84 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 219 | 132 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.14 |
| HSL | 79.31º | 0.55% | 0.69% | - |
| HSV(B) | 79.31º | 0.4% | 0.86% | - |
| XYZ | 50.98 | 63.41 | 31.38 | - |
| YUV | 200.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 132 | 0.13 | 0 | 0.40 | 0.14 | 79.31 | 0.55 | 0.69 |
| Hex | BF | DB | 84 | D | 0 | 28 | E | 4F | 37 | 45 |
| Octal | 277 | 333 | 204 | 15 | 0 | 50 | 16 | 117 | 67 | 105 |
| Binary | 10111111 | 11011011 | 10000100 | 1101 | 0 | 101000 | 1110 | 1001111 | 110111 | 1000101 |
Color Harmonies of #BFDB84
Complementary color
Monochromatic Colors of #BFDB84
Black with #BFDB84
Text Example
Text Example
White with #BFDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDB84; }
p { color: rgb(191,219,132); }
H1.HeaderClassName
{
color: #BFDB84;
}
.AnyTagClassName
{
color: #BFDB84;
}
</style>
background-color css
<style>
a { background-color: #BFDB84; }
a { background-color: rgb(191,219,132); }
div.DivClassName
{
background-color: #BFDB84;
}
.BgClassName
{
background-color: #BFDB84;
}
</style>
border-color css
<style>
span { border-color: #BFDB84; }
span { border-color: rgb(191,219,132); }
td.TdClassName
{
border-color: #BFDB84;
}
.TagClassName
{
border-color: #BFDB84;
}
</style>