Shades of Sulu #BFD584
Tints of Sulu #BFD584
RGB
CMYK
RGB Variations
Color information
#BFD584 (or 0xBFD584) is known color: Sulu. HEX triplet: BF, D5 and 84. RGB value is (191,213,132). Sum of RGB (Red+Green+Blue) = 191+213+132=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD584 is #402A7B. Grayscale: #C5C5C5. Windows color (decimal): -4205180 or 8705471. OLE color: 8705471.
HSL color Cylindrical-coordinate representation of color #BFD584: hue angle of 76.3º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFD584 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 132 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.16 |
| HSL | 76.3º | 0.49% | 0.68% | - |
| HSV(B) | 76.3º | 0.38% | 0.84% | - |
| XYZ | 49.44 | 60.33 | 30.87 | - |
| YUV | 197.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 132 | 0.10 | 0 | 0.38 | 0.16 | 76.3 | 0.49 | 0.68 |
| Hex | BF | D5 | 84 | A | 0 | 26 | 10 | 4C | 31 | 44 |
| Octal | 277 | 325 | 204 | 12 | 0 | 46 | 20 | 114 | 61 | 104 |
| Binary | 10111111 | 11010101 | 10000100 | 1010 | 0 | 100110 | 10000 | 1001100 | 110001 | 1000100 |
Color Harmonies of #BFD584
Complementary color
Monochromatic Colors of #BFD584
Black with #BFD584
Text Example
Text Example
White with #BFD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD584; }
p { color: rgb(191,213,132); }
H1.HeaderClassName
{
color: #BFD584;
}
.AnyTagClassName
{
color: #BFD584;
}
</style>
background-color css
<style>
a { background-color: #BFD584; }
a { background-color: rgb(191,213,132); }
div.DivClassName
{
background-color: #BFD584;
}
.BgClassName
{
background-color: #BFD584;
}
</style>
border-color css
<style>
span { border-color: #BFD584; }
span { border-color: rgb(191,213,132); }
td.TdClassName
{
border-color: #BFD584;
}
.TagClassName
{
border-color: #BFD584;
}
</style>