Shades of Rio Grande #BFC32B
Tints of Rio Grande #BFC32B
RGB
CMYK
RGB Variations
Color information
#BFC32B (or 0xBFC32B) is known color: Rio Grande. HEX triplet: BF, C3 and 2B. RGB value is (191,195,43). Sum of RGB (Red+Green+Blue) = 191+195+43=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC32B is #403CD4. Grayscale: #B1B1B1. Windows color (decimal): -4209877 or 2868159. OLE color: 2868159.
HSL color Cylindrical-coordinate representation of color #BFC32B: hue angle of 61.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC32B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 43 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.24 |
| HSL | 61.58º | 0.64% | 0.47% | - |
| HSV(B) | 61.58º | 0.78% | 0.76% | - |
| XYZ | 41.44 | 50.28 | 9.81 | - |
| YUV | 176.48 | 52.67 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 43 | 0.02 | 0 | 0.78 | 0.24 | 61.58 | 0.64 | 0.47 |
| Hex | BF | C3 | 2B | 2 | 0 | 4E | 18 | 3E | 40 | 2F |
| Octal | 277 | 303 | 53 | 2 | 0 | 116 | 30 | 76 | 100 | 57 |
| Binary | 10111111 | 11000011 | 101011 | 10 | 0 | 1001110 | 11000 | 111110 | 1000000 | 101111 |
Color Harmonies of #BFC32B
Complementary color
Monochromatic Colors of #BFC32B
Black with #BFC32B
Text Example
Text Example
White with #BFC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC32B; }
p { color: rgb(191,195,43); }
H1.HeaderClassName
{
color: #BFC32B;
}
.AnyTagClassName
{
color: #BFC32B;
}
</style>
background-color css
<style>
a { background-color: #BFC32B; }
a { background-color: rgb(191,195,43); }
div.DivClassName
{
background-color: #BFC32B;
}
.BgClassName
{
background-color: #BFC32B;
}
</style>
border-color css
<style>
span { border-color: #BFC32B; }
span { border-color: rgb(191,195,43); }
td.TdClassName
{
border-color: #BFC32B;
}
.TagClassName
{
border-color: #BFC32B;
}
</style>