Shades of Rio Grande #BFC128
Tints of Rio Grande #BFC128
RGB
CMYK
RGB Variations
Color information
#BFC128 (or 0xBFC128) is known color: Rio Grande. HEX triplet: BF, C1 and 28. RGB value is (191,193,40). Sum of RGB (Red+Green+Blue) = 191+193+40=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC128 is #403ED7. Grayscale: #AFAFAF. Windows color (decimal): -4210392 or 2671039. OLE color: 2671039.
HSL color Cylindrical-coordinate representation of color #BFC128: hue angle of 60.78º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFC128 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 40 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.24 |
| HSL | 60.78º | 0.66% | 0.46% | - |
| HSV(B) | 60.78º | 0.79% | 0.76% | - |
| XYZ | 40.94 | 49.37 | 9.38 | - |
| YUV | 174.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 40 | 0.01 | 0 | 0.79 | 0.24 | 60.78 | 0.66 | 0.46 |
| Hex | BF | C1 | 28 | 1 | 0 | 4F | 18 | 3D | 42 | 2E |
| Octal | 277 | 301 | 50 | 1 | 0 | 117 | 30 | 75 | 102 | 56 |
| Binary | 10111111 | 11000001 | 101000 | 1 | 0 | 1001111 | 11000 | 111101 | 1000010 | 101110 |
Color Harmonies of #BFC128
Complementary color
Monochromatic Colors of #BFC128
Black with #BFC128
Text Example
Text Example
White with #BFC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC128; }
p { color: rgb(191,193,40); }
H1.HeaderClassName
{
color: #BFC128;
}
.AnyTagClassName
{
color: #BFC128;
}
</style>
background-color css
<style>
a { background-color: #BFC128; }
a { background-color: rgb(191,193,40); }
div.DivClassName
{
background-color: #BFC128;
}
.BgClassName
{
background-color: #BFC128;
}
</style>
border-color css
<style>
span { border-color: #BFC128; }
span { border-color: rgb(191,193,40); }
td.TdClassName
{
border-color: #BFC128;
}
.TagClassName
{
border-color: #BFC128;
}
</style>