Shades of Rio Grande #BFC31A
Tints of Rio Grande #BFC31A
RGB
CMYK
RGB Variations
Color information
#BFC31A (or 0xBFC31A) is known color: Rio Grande. HEX triplet: BF, C3 and 1A. RGB value is (191,195,26). Sum of RGB (Red+Green+Blue) = 191+195+26=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC31A is #403CE5. Grayscale: #AFAFAF. Windows color (decimal): -4209894 or 1754047. OLE color: 1754047.
HSL color Cylindrical-coordinate representation of color #BFC31A: hue angle of 61.42º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFC31A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 26 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.24 |
| HSL | 61.42º | 0.76% | 0.43% | - |
| HSV(B) | 61.42º | 0.87% | 0.76% | - |
| XYZ | 41.19 | 50.18 | 8.49 | - |
| YUV | 174.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 26 | 0.02 | 0 | 0.87 | 0.24 | 61.42 | 0.76 | 0.43 |
| Hex | BF | C3 | 1A | 2 | 0 | 57 | 18 | 3D | 4C | 2B |
| Octal | 277 | 303 | 32 | 2 | 0 | 127 | 30 | 75 | 114 | 53 |
| Binary | 10111111 | 11000011 | 11010 | 10 | 0 | 1010111 | 11000 | 111101 | 1001100 | 101011 |
Color Harmonies of #BFC31A
Complementary color
Monochromatic Colors of #BFC31A
Black with #BFC31A
Text Example
Text Example
White with #BFC31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC31A; }
p { color: rgb(191,195,26); }
H1.HeaderClassName
{
color: #BFC31A;
}
.AnyTagClassName
{
color: #BFC31A;
}
</style>
background-color css
<style>
a { background-color: #BFC31A; }
a { background-color: rgb(191,195,26); }
div.DivClassName
{
background-color: #BFC31A;
}
.BgClassName
{
background-color: #BFC31A;
}
</style>
border-color css
<style>
span { border-color: #BFC31A; }
span { border-color: rgb(191,195,26); }
td.TdClassName
{
border-color: #BFC31A;
}
.TagClassName
{
border-color: #BFC31A;
}
</style>