Shades of Rio Grande #BFD618
Tints of Rio Grande #BFD618
RGB
CMYK
RGB Variations
Color information
#BFD618 (or 0xBFD618) is known color: Rio Grande. HEX triplet: BF, D6 and 18. RGB value is (191,214,24). Sum of RGB (Red+Green+Blue) = 191+214+24=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD618 is #4029E7. Grayscale: #BABABA. Windows color (decimal): -4205032 or 1627839. OLE color: 1627839.
HSL color Cylindrical-coordinate representation of color #BFD618: hue angle of 67.26º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BFD618 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 24 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.16 |
| HSL | 67.26º | 0.8% | 0.47% | - |
| HSV(B) | 67.26º | 0.89% | 0.84% | - |
| XYZ | 45.7 | 59.24 | 9.89 | - |
| YUV | 185.46 | 36.88 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 24 | 0.11 | 0 | 0.89 | 0.16 | 67.26 | 0.8 | 0.47 |
| Hex | BF | D6 | 18 | B | 0 | 59 | 10 | 43 | 50 | 2F |
| Octal | 277 | 326 | 30 | 13 | 0 | 131 | 20 | 103 | 120 | 57 |
| Binary | 10111111 | 11010110 | 11000 | 1011 | 0 | 1011001 | 10000 | 1000011 | 1010000 | 101111 |
Color Harmonies of #BFD618
Complementary color
Monochromatic Colors of #BFD618
Black with #BFD618
Text Example
Text Example
White with #BFD618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD618; }
p { color: rgb(191,214,24); }
H1.HeaderClassName
{
color: #BFD618;
}
.AnyTagClassName
{
color: #BFD618;
}
</style>
background-color css
<style>
a { background-color: #BFD618; }
a { background-color: rgb(191,214,24); }
div.DivClassName
{
background-color: #BFD618;
}
.BgClassName
{
background-color: #BFD618;
}
</style>
border-color css
<style>
span { border-color: #BFD618; }
span { border-color: rgb(191,214,24); }
td.TdClassName
{
border-color: #BFD618;
}
.TagClassName
{
border-color: #BFD618;
}
</style>