Shades of Rio Grande #BFC024
Tints of Rio Grande #BFC024
RGB
CMYK
RGB Variations
Color information
#BFC024 (or 0xBFC024) is known color: Rio Grande. HEX triplet: BF, C0 and 24. RGB value is (191,192,36). Sum of RGB (Red+Green+Blue) = 191+192+36=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC024 is #403FDB. Grayscale: #AEAEAE. Windows color (decimal): -4210652 or 2408639. OLE color: 2408639.
HSL color Cylindrical-coordinate representation of color #BFC024: hue angle of 60.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFC024 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 192 | 36 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.25 |
| HSL | 60.38º | 0.68% | 0.45% | - |
| HSV(B) | 60.38º | 0.81% | 0.75% | - |
| XYZ | 40.65 | 48.9 | 8.97 | - |
| YUV | 173.92 | 50.17 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 192 | 36 | 0.01 | 0 | 0.81 | 0.25 | 60.38 | 0.68 | 0.45 |
| Hex | BF | C0 | 24 | 1 | 0 | 51 | 19 | 3C | 44 | 2D |
| Octal | 277 | 300 | 44 | 1 | 0 | 121 | 31 | 74 | 104 | 55 |
| Binary | 10111111 | 11000000 | 100100 | 1 | 0 | 1010001 | 11001 | 111100 | 1000100 | 101101 |
Color Harmonies of #BFC024
Complementary color
Monochromatic Colors of #BFC024
Black with #BFC024
Text Example
Text Example
White with #BFC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC024; }
p { color: rgb(191,192,36); }
H1.HeaderClassName
{
color: #BFC024;
}
.AnyTagClassName
{
color: #BFC024;
}
</style>
background-color css
<style>
a { background-color: #BFC024; }
a { background-color: rgb(191,192,36); }
div.DivClassName
{
background-color: #BFC024;
}
.BgClassName
{
background-color: #BFC024;
}
</style>
border-color css
<style>
span { border-color: #BFC024; }
span { border-color: rgb(191,192,36); }
td.TdClassName
{
border-color: #BFC024;
}
.TagClassName
{
border-color: #BFC024;
}
</style>