Shades of Rio Grande #BFC628
Tints of Rio Grande #BFC628
RGB
CMYK
RGB Variations
Color information
#BFC628 (or 0xBFC628) is known color: Rio Grande. HEX triplet: BF, C6 and 28. RGB value is (191,198,40). Sum of RGB (Red+Green+Blue) = 191+198+40=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC628 is #4039D7. Grayscale: #B2B2B2. Windows color (decimal): -4209112 or 2672319. OLE color: 2672319.
HSL color Cylindrical-coordinate representation of color #BFC628: hue angle of 62.66º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC628 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 40 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.22 |
| HSL | 62.66º | 0.66% | 0.47% | - |
| HSV(B) | 62.66º | 0.8% | 0.78% | - |
| XYZ | 42.06 | 51.62 | 9.75 | - |
| YUV | 177.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 40 | 0.04 | 0 | 0.80 | 0.22 | 62.66 | 0.66 | 0.47 |
| Hex | BF | C6 | 28 | 4 | 0 | 50 | 16 | 3F | 42 | 2F |
| Octal | 277 | 306 | 50 | 4 | 0 | 120 | 26 | 77 | 102 | 57 |
| Binary | 10111111 | 11000110 | 101000 | 100 | 0 | 1010000 | 10110 | 111111 | 1000010 | 101111 |
Color Harmonies of #BFC628
Complementary color
Monochromatic Colors of #BFC628
Black with #BFC628
Text Example
Text Example
White with #BFC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC628; }
p { color: rgb(191,198,40); }
H1.HeaderClassName
{
color: #BFC628;
}
.AnyTagClassName
{
color: #BFC628;
}
</style>
background-color css
<style>
a { background-color: #BFC628; }
a { background-color: rgb(191,198,40); }
div.DivClassName
{
background-color: #BFC628;
}
.BgClassName
{
background-color: #BFC628;
}
</style>
border-color css
<style>
span { border-color: #BFC628; }
span { border-color: rgb(191,198,40); }
td.TdClassName
{
border-color: #BFC628;
}
.TagClassName
{
border-color: #BFC628;
}
</style>