Shades of Rio Grande #BFC120
Tints of Rio Grande #BFC120
RGB
CMYK
RGB Variations
Color information
#BFC120 (or 0xBFC120) is known color: Rio Grande. HEX triplet: BF, C1 and 20. RGB value is (191,193,32). Sum of RGB (Red+Green+Blue) = 191+193+32=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC120 is #403EDF. Grayscale: #AEAEAE. Windows color (decimal): -4210400 or 2146751. OLE color: 2146751.
HSL color Cylindrical-coordinate representation of color #BFC120: hue angle of 60.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFC120 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 32 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.24 |
| HSL | 60.75º | 0.72% | 0.44% | - |
| HSV(B) | 60.75º | 0.83% | 0.76% | - |
| XYZ | 40.82 | 49.32 | 8.74 | - |
| YUV | 174.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 32 | 0.01 | 0 | 0.83 | 0.24 | 60.75 | 0.72 | 0.44 |
| Hex | BF | C1 | 20 | 1 | 0 | 53 | 18 | 3D | 48 | 2C |
| Octal | 277 | 301 | 40 | 1 | 0 | 123 | 30 | 75 | 110 | 54 |
| Binary | 10111111 | 11000001 | 100000 | 1 | 0 | 1010011 | 11000 | 111101 | 1001000 | 101100 |
Color Harmonies of #BFC120
Complementary color
Monochromatic Colors of #BFC120
Black with #BFC120
Text Example
Text Example
White with #BFC120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC120; }
p { color: rgb(191,193,32); }
H1.HeaderClassName
{
color: #BFC120;
}
.AnyTagClassName
{
color: #BFC120;
}
</style>
background-color css
<style>
a { background-color: #BFC120; }
a { background-color: rgb(191,193,32); }
div.DivClassName
{
background-color: #BFC120;
}
.BgClassName
{
background-color: #BFC120;
}
</style>
border-color css
<style>
span { border-color: #BFC120; }
span { border-color: rgb(191,193,32); }
td.TdClassName
{
border-color: #BFC120;
}
.TagClassName
{
border-color: #BFC120;
}
</style>