Shades of Sulu #BFD58A
Tints of Sulu #BFD58A
RGB
CMYK
RGB Variations
Color information
#BFD58A (or 0xBFD58A) is known color: Sulu. HEX triplet: BF, D5 and 8A. RGB value is (191,213,138). Sum of RGB (Red+Green+Blue) = 191+213+138=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD58A is #402A75. Grayscale: #C6C6C6. Windows color (decimal): -4205174 or 9098687. OLE color: 9098687.
HSL color Cylindrical-coordinate representation of color #BFD58A: hue angle of 77.6º degrees, saturation: 0.47, 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 #BFD58A is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 138 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.16 |
| HSL | 77.6º | 0.47% | 0.69% | - |
| HSV(B) | 77.6º | 0.35% | 0.84% | - |
| XYZ | 49.87 | 60.5 | 33.09 | - |
| YUV | 197.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 138 | 0.10 | 0 | 0.35 | 0.16 | 77.6 | 0.47 | 0.69 |
| Hex | BF | D5 | 8A | A | 0 | 23 | 10 | 4E | 2F | 45 |
| Octal | 277 | 325 | 212 | 12 | 0 | 43 | 20 | 116 | 57 | 105 |
| Binary | 10111111 | 11010101 | 10001010 | 1010 | 0 | 100011 | 10000 | 1001110 | 101111 | 1000101 |
Color Harmonies of #BFD58A
Complementary color
Monochromatic Colors of #BFD58A
Black with #BFD58A
Text Example
Text Example
White with #BFD58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD58A; }
p { color: rgb(191,213,138); }
H1.HeaderClassName
{
color: #BFD58A;
}
.AnyTagClassName
{
color: #BFD58A;
}
</style>
background-color css
<style>
a { background-color: #BFD58A; }
a { background-color: rgb(191,213,138); }
div.DivClassName
{
background-color: #BFD58A;
}
.BgClassName
{
background-color: #BFD58A;
}
</style>
border-color css
<style>
span { border-color: #BFD58A; }
span { border-color: rgb(191,213,138); }
td.TdClassName
{
border-color: #BFD58A;
}
.TagClassName
{
border-color: #BFD58A;
}
</style>