Shades of Sulu #BFD589
Tints of Sulu #BFD589
RGB
CMYK
RGB Variations
Color information
#BFD589 (or 0xBFD589) is known color: Sulu. HEX triplet: BF, D5 and 89. RGB value is (191,213,137). Sum of RGB (Red+Green+Blue) = 191+213+137=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD589 is #402A76. Grayscale: #C6C6C6. Windows color (decimal): -4205175 or 9033151. OLE color: 9033151.
HSL color Cylindrical-coordinate representation of color #BFD589: hue angle of 77.37º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFD589 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 137 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.16 |
| HSL | 77.37º | 0.48% | 0.69% | - |
| HSV(B) | 77.37º | 0.36% | 0.84% | - |
| XYZ | 49.8 | 60.47 | 32.71 | - |
| YUV | 197.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 137 | 0.10 | 0 | 0.36 | 0.16 | 77.37 | 0.48 | 0.69 |
| Hex | BF | D5 | 89 | A | 0 | 24 | 10 | 4D | 30 | 45 |
| Octal | 277 | 325 | 211 | 12 | 0 | 44 | 20 | 115 | 60 | 105 |
| Binary | 10111111 | 11010101 | 10001001 | 1010 | 0 | 100100 | 10000 | 1001101 | 110000 | 1000101 |
Color Harmonies of #BFD589
Complementary color
Monochromatic Colors of #BFD589
Black with #BFD589
Text Example
Text Example
White with #BFD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD589; }
p { color: rgb(191,213,137); }
H1.HeaderClassName
{
color: #BFD589;
}
.AnyTagClassName
{
color: #BFD589;
}
</style>
background-color css
<style>
a { background-color: #BFD589; }
a { background-color: rgb(191,213,137); }
div.DivClassName
{
background-color: #BFD589;
}
.BgClassName
{
background-color: #BFD589;
}
</style>
border-color css
<style>
span { border-color: #BFD589; }
span { border-color: rgb(191,213,137); }
td.TdClassName
{
border-color: #BFD589;
}
.TagClassName
{
border-color: #BFD589;
}
</style>