Shades of Sulu #BFDC76
Tints of Sulu #BFDC76
RGB
CMYK
RGB Variations
Color information
#BFDC76 (or 0xBFDC76) is known color: Sulu. HEX triplet: BF, DC and 76. RGB value is (191,220,118). Sum of RGB (Red+Green+Blue) = 191+220+118=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC76 is #402389. Grayscale: #C8C8C8. Windows color (decimal): -4203402 or 7789759. OLE color: 7789759.
HSL color Cylindrical-coordinate representation of color #BFDC76: hue angle of 77.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFDC76 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 118 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.14 |
| HSL | 77.06º | 0.59% | 0.66% | - |
| HSV(B) | 77.06º | 0.46% | 0.86% | - |
| XYZ | 50.35 | 63.57 | 26.76 | - |
| YUV | 199.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 118 | 0.13 | 0 | 0.46 | 0.14 | 77.06 | 0.59 | 0.66 |
| Hex | BF | DC | 76 | D | 0 | 2E | E | 4D | 3B | 42 |
| Octal | 277 | 334 | 166 | 15 | 0 | 56 | 16 | 115 | 73 | 102 |
| Binary | 10111111 | 11011100 | 1110110 | 1101 | 0 | 101110 | 1110 | 1001101 | 111011 | 1000010 |
Color Harmonies of #BFDC76
Complementary color
Monochromatic Colors of #BFDC76
Black with #BFDC76
Text Example
Text Example
White with #BFDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC76; }
p { color: rgb(191,220,118); }
H1.HeaderClassName
{
color: #BFDC76;
}
.AnyTagClassName
{
color: #BFDC76;
}
</style>
background-color css
<style>
a { background-color: #BFDC76; }
a { background-color: rgb(191,220,118); }
div.DivClassName
{
background-color: #BFDC76;
}
.BgClassName
{
background-color: #BFDC76;
}
</style>
border-color css
<style>
span { border-color: #BFDC76; }
span { border-color: rgb(191,220,118); }
td.TdClassName
{
border-color: #BFDC76;
}
.TagClassName
{
border-color: #BFDC76;
}
</style>