Shades of Rio Grande #BFC52A
Tints of Rio Grande #BFC52A
RGB
CMYK
RGB Variations
Color information
#BFC52A (or 0xBFC52A) is known color: Rio Grande. HEX triplet: BF, C5 and 2A. RGB value is (191,197,42). Sum of RGB (Red+Green+Blue) = 191+197+42=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 42 (16.80% from 255 or 9.77% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC52A is #403AD5. Grayscale: #B2B2B2. Windows color (decimal): -4209366 or 2803135. OLE color: 2803135.
HSL color Cylindrical-coordinate representation of color #BFC52A: hue angle of 62.32º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFC52A is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 42 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.23 |
| HSL | 62.32º | 0.65% | 0.47% | - |
| HSV(B) | 62.32º | 0.79% | 0.77% | - |
| XYZ | 41.87 | 51.18 | 9.86 | - |
| YUV | 177.54 | 51.51 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 42 | 0.03 | 0 | 0.79 | 0.23 | 62.32 | 0.65 | 0.47 |
| Hex | BF | C5 | 2A | 3 | 0 | 4F | 17 | 3E | 41 | 2F |
| Octal | 277 | 305 | 52 | 3 | 0 | 117 | 27 | 76 | 101 | 57 |
| Binary | 10111111 | 11000101 | 101010 | 11 | 0 | 1001111 | 10111 | 111110 | 1000001 | 101111 |
Color Harmonies of #BFC52A
Complementary color
Monochromatic Colors of #BFC52A
Black with #BFC52A
Text Example
Text Example
White with #BFC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC52A; }
p { color: rgb(191,197,42); }
H1.HeaderClassName
{
color: #BFC52A;
}
.AnyTagClassName
{
color: #BFC52A;
}
</style>
background-color css
<style>
a { background-color: #BFC52A; }
a { background-color: rgb(191,197,42); }
div.DivClassName
{
background-color: #BFC52A;
}
.BgClassName
{
background-color: #BFC52A;
}
</style>
border-color css
<style>
span { border-color: #BFC52A; }
span { border-color: rgb(191,197,42); }
td.TdClassName
{
border-color: #BFC52A;
}
.TagClassName
{
border-color: #BFC52A;
}
</style>