Shades of Rio Grande #BFC123
Tints of Rio Grande #BFC123
RGB
CMYK
RGB Variations
Color information
#BFC123 (or 0xBFC123) is known color: Rio Grande. HEX triplet: BF, C1 and 23. RGB value is (191,193,35). Sum of RGB (Red+Green+Blue) = 191+193+35=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC123 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC123 is #403EDC. Grayscale: #AFAFAF. Windows color (decimal): -4210397 or 2343359. OLE color: 2343359.
HSL color Cylindrical-coordinate representation of color #BFC123: hue angle of 60.76º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFC123 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 35 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.24 |
| HSL | 60.76º | 0.69% | 0.45% | - |
| HSV(B) | 60.76º | 0.82% | 0.76% | - |
| XYZ | 40.86 | 49.34 | 8.96 | - |
| YUV | 174.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 35 | 0.01 | 0 | 0.82 | 0.24 | 60.76 | 0.69 | 0.45 |
| Hex | BF | C1 | 23 | 1 | 0 | 52 | 18 | 3D | 45 | 2D |
| Octal | 277 | 301 | 43 | 1 | 0 | 122 | 30 | 75 | 105 | 55 |
| Binary | 10111111 | 11000001 | 100011 | 1 | 0 | 1010010 | 11000 | 111101 | 1000101 | 101101 |
Color Harmonies of #BFC123
Complementary color
Monochromatic Colors of #BFC123
Black with #BFC123
Text Example
Text Example
White with #BFC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC123; }
p { color: rgb(191,193,35); }
H1.HeaderClassName
{
color: #BFC123;
}
.AnyTagClassName
{
color: #BFC123;
}
</style>
background-color css
<style>
a { background-color: #BFC123; }
a { background-color: rgb(191,193,35); }
div.DivClassName
{
background-color: #BFC123;
}
.BgClassName
{
background-color: #BFC123;
}
</style>
border-color css
<style>
span { border-color: #BFC123; }
span { border-color: rgb(191,193,35); }
td.TdClassName
{
border-color: #BFC123;
}
.TagClassName
{
border-color: #BFC123;
}
</style>