Shades of Rio Grande #BFC12B
Tints of Rio Grande #BFC12B
RGB
CMYK
RGB Variations
Color information
#BFC12B (or 0xBFC12B) is known color: Rio Grande. HEX triplet: BF, C1 and 2B. RGB value is (191,193,43). Sum of RGB (Red+Green+Blue) = 191+193+43=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC12B is #403ED4. Grayscale: #AFAFAF. Windows color (decimal): -4210389 or 2867647. OLE color: 2867647.
HSL color Cylindrical-coordinate representation of color #BFC12B: hue angle of 60.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC12B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 193 | 43 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.24 |
| HSL | 60.8º | 0.64% | 0.46% | - |
| HSV(B) | 60.8º | 0.78% | 0.76% | - |
| XYZ | 40.99 | 49.39 | 9.66 | - |
| YUV | 175.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 193 | 43 | 0.01 | 0 | 0.78 | 0.24 | 60.8 | 0.64 | 0.46 |
| Hex | BF | C1 | 2B | 1 | 0 | 4E | 18 | 3D | 40 | 2E |
| Octal | 277 | 301 | 53 | 1 | 0 | 116 | 30 | 75 | 100 | 56 |
| Binary | 10111111 | 11000001 | 101011 | 1 | 0 | 1001110 | 11000 | 111101 | 1000000 | 101110 |
Color Harmonies of #BFC12B
Complementary color
Monochromatic Colors of #BFC12B
Black with #BFC12B
Text Example
Text Example
White with #BFC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC12B; }
p { color: rgb(191,193,43); }
H1.HeaderClassName
{
color: #BFC12B;
}
.AnyTagClassName
{
color: #BFC12B;
}
</style>
background-color css
<style>
a { background-color: #BFC12B; }
a { background-color: rgb(191,193,43); }
div.DivClassName
{
background-color: #BFC12B;
}
.BgClassName
{
background-color: #BFC12B;
}
</style>
border-color css
<style>
span { border-color: #BFC12B; }
span { border-color: rgb(191,193,43); }
td.TdClassName
{
border-color: #BFC12B;
}
.TagClassName
{
border-color: #BFC12B;
}
</style>