Shades of Sulu #BFD68A
Tints of Sulu #BFD68A
RGB
CMYK
RGB Variations
Color information
#BFD68A (or 0xBFD68A) is known color: Sulu. HEX triplet: BF, D6 and 8A. RGB value is (191,214,138). Sum of RGB (Red+Green+Blue) = 191+214+138=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD68A is #402975. Grayscale: #C6C6C6. Windows color (decimal): -4204918 or 9098943. OLE color: 9098943.
HSL color Cylindrical-coordinate representation of color #BFD68A: hue angle of 78.16º degrees, saturation: 0.48, 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 #BFD68A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 138 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.16 |
| HSL | 78.16º | 0.48% | 0.69% | - |
| HSV(B) | 78.16º | 0.36% | 0.84% | - |
| XYZ | 50.12 | 61 | 33.18 | - |
| YUV | 198.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 138 | 0.11 | 0 | 0.36 | 0.16 | 78.16 | 0.48 | 0.69 |
| Hex | BF | D6 | 8A | B | 0 | 24 | 10 | 4E | 30 | 45 |
| Octal | 277 | 326 | 212 | 13 | 0 | 44 | 20 | 116 | 60 | 105 |
| Binary | 10111111 | 11010110 | 10001010 | 1011 | 0 | 100100 | 10000 | 1001110 | 110000 | 1000101 |
Color Harmonies of #BFD68A
Complementary color
Monochromatic Colors of #BFD68A
Black with #BFD68A
Text Example
Text Example
White with #BFD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD68A; }
p { color: rgb(191,214,138); }
H1.HeaderClassName
{
color: #BFD68A;
}
.AnyTagClassName
{
color: #BFD68A;
}
</style>
background-color css
<style>
a { background-color: #BFD68A; }
a { background-color: rgb(191,214,138); }
div.DivClassName
{
background-color: #BFD68A;
}
.BgClassName
{
background-color: #BFD68A;
}
</style>
border-color css
<style>
span { border-color: #BFD68A; }
span { border-color: rgb(191,214,138); }
td.TdClassName
{
border-color: #BFD68A;
}
.TagClassName
{
border-color: #BFD68A;
}
</style>