Shades of Sulu #BFD676
Tints of Sulu #BFD676
RGB
CMYK
RGB Variations
Color information
#BFD676 (or 0xBFD676) is known color: Sulu. HEX triplet: BF, D6 and 76. RGB value is (191,214,118). Sum of RGB (Red+Green+Blue) = 191+214+118=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD676 is #402989. Grayscale: #C4C4C4. Windows color (decimal): -4204938 or 7788223. OLE color: 7788223.
HSL color Cylindrical-coordinate representation of color #BFD676: hue angle of 74.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD676 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 118 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.16 |
| HSL | 74.37º | 0.54% | 0.65% | - |
| HSV(B) | 74.37º | 0.45% | 0.84% | - |
| XYZ | 48.8 | 60.48 | 26.24 | - |
| YUV | 196.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 118 | 0.11 | 0 | 0.45 | 0.16 | 74.37 | 0.54 | 0.65 |
| Hex | BF | D6 | 76 | B | 0 | 2D | 10 | 4A | 36 | 41 |
| Octal | 277 | 326 | 166 | 13 | 0 | 55 | 20 | 112 | 66 | 101 |
| Binary | 10111111 | 11010110 | 1110110 | 1011 | 0 | 101101 | 10000 | 1001010 | 110110 | 1000001 |
Color Harmonies of #BFD676
Complementary color
Monochromatic Colors of #BFD676
Black with #BFD676
Text Example
Text Example
White with #BFD676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD676; }
p { color: rgb(191,214,118); }
H1.HeaderClassName
{
color: #BFD676;
}
.AnyTagClassName
{
color: #BFD676;
}
</style>
background-color css
<style>
a { background-color: #BFD676; }
a { background-color: rgb(191,214,118); }
div.DivClassName
{
background-color: #BFD676;
}
.BgClassName
{
background-color: #BFD676;
}
</style>
border-color css
<style>
span { border-color: #BFD676; }
span { border-color: rgb(191,214,118); }
td.TdClassName
{
border-color: #BFD676;
}
.TagClassName
{
border-color: #BFD676;
}
</style>