Shades of Sulu #BFD68B
Tints of Sulu #BFD68B
RGB
CMYK
RGB Variations
Color information
#BFD68B (or 0xBFD68B) is known color: Sulu. HEX triplet: BF, D6 and 8B. RGB value is (191,214,139). Sum of RGB (Red+Green+Blue) = 191+214+139=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD68B is #402974. Grayscale: #C6C6C6. Windows color (decimal): -4204917 or 9164479. OLE color: 9164479.
HSL color Cylindrical-coordinate representation of color #BFD68B: hue angle of 78.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFD68B is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 139 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.16 |
| HSL | 78.4º | 0.48% | 0.69% | - |
| HSV(B) | 78.4º | 0.35% | 0.84% | - |
| XYZ | 50.19 | 61.03 | 33.56 | - |
| YUV | 198.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 139 | 0.11 | 0 | 0.35 | 0.16 | 78.4 | 0.48 | 0.69 |
| Hex | BF | D6 | 8B | B | 0 | 23 | 10 | 4E | 30 | 45 |
| Octal | 277 | 326 | 213 | 13 | 0 | 43 | 20 | 116 | 60 | 105 |
| Binary | 10111111 | 11010110 | 10001011 | 1011 | 0 | 100011 | 10000 | 1001110 | 110000 | 1000101 |
Color Harmonies of #BFD68B
Complementary color
Monochromatic Colors of #BFD68B
Black with #BFD68B
Text Example
Text Example
White with #BFD68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD68B; }
p { color: rgb(191,214,139); }
H1.HeaderClassName
{
color: #BFD68B;
}
.AnyTagClassName
{
color: #BFD68B;
}
</style>
background-color css
<style>
a { background-color: #BFD68B; }
a { background-color: rgb(191,214,139); }
div.DivClassName
{
background-color: #BFD68B;
}
.BgClassName
{
background-color: #BFD68B;
}
</style>
border-color css
<style>
span { border-color: #BFD68B; }
span { border-color: rgb(191,214,139); }
td.TdClassName
{
border-color: #BFD68B;
}
.TagClassName
{
border-color: #BFD68B;
}
</style>