Shades of Sulu #BFD67A
Tints of Sulu #BFD67A
RGB
CMYK
RGB Variations
Color information
#BFD67A (or 0xBFD67A) is known color: Sulu. HEX triplet: BF, D6 and 7A. RGB value is (191,214,122). Sum of RGB (Red+Green+Blue) = 191+214+122=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD67A is #402985. Grayscale: #C4C4C4. Windows color (decimal): -4204934 or 8050367. OLE color: 8050367.
HSL color Cylindrical-coordinate representation of color #BFD67A: hue angle of 75º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD67A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 122 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.16 |
| HSL | 75º | 0.53% | 0.66% | - |
| HSV(B) | 75º | 0.43% | 0.84% | - |
| XYZ | 49.05 | 60.57 | 27.52 | - |
| YUV | 196.64 | 85.88 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 122 | 0.11 | 0 | 0.43 | 0.16 | 75 | 0.53 | 0.66 |
| Hex | BF | D6 | 7A | B | 0 | 2B | 10 | 4B | 35 | 42 |
| Octal | 277 | 326 | 172 | 13 | 0 | 53 | 20 | 113 | 65 | 102 |
| Binary | 10111111 | 11010110 | 1111010 | 1011 | 0 | 101011 | 10000 | 1001011 | 110101 | 1000010 |
Color Harmonies of #BFD67A
Complementary color
Monochromatic Colors of #BFD67A
Black with #BFD67A
Text Example
Text Example
White with #BFD67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD67A; }
p { color: rgb(191,214,122); }
H1.HeaderClassName
{
color: #BFD67A;
}
.AnyTagClassName
{
color: #BFD67A;
}
</style>
background-color css
<style>
a { background-color: #BFD67A; }
a { background-color: rgb(191,214,122); }
div.DivClassName
{
background-color: #BFD67A;
}
.BgClassName
{
background-color: #BFD67A;
}
</style>
border-color css
<style>
span { border-color: #BFD67A; }
span { border-color: rgb(191,214,122); }
td.TdClassName
{
border-color: #BFD67A;
}
.TagClassName
{
border-color: #BFD67A;
}
</style>