Shades of Rio Grande #BFCC14
Tints of Rio Grande #BFCC14
RGB
CMYK
RGB Variations
Color information
#BFCC14 (or 0xBFCC14) is known color: Rio Grande. HEX triplet: BF, CC and 14. RGB value is (191,204,20). Sum of RGB (Red+Green+Blue) = 191+204+20=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC14 is #4033EB. Grayscale: #B3B3B3. Windows color (decimal): -4207596 or 1363135. OLE color: 1363135.
HSL color Cylindrical-coordinate representation of color #BFCC14: hue angle of 64.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFCC14 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 20 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.2 |
| HSL | 64.24º | 0.82% | 0.44% | - |
| HSV(B) | 64.24º | 0.9% | 0.8% | - |
| XYZ | 43.2 | 54.31 | 8.87 | - |
| YUV | 179.14 | 38.19 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 20 | 0.06 | 0 | 0.90 | 0.2 | 64.24 | 0.82 | 0.44 |
| Hex | BF | CC | 14 | 6 | 0 | 5A | 14 | 40 | 52 | 2C |
| Octal | 277 | 314 | 24 | 6 | 0 | 132 | 24 | 100 | 122 | 54 |
| Binary | 10111111 | 11001100 | 10100 | 110 | 0 | 1011010 | 10100 | 1000000 | 1010010 | 101100 |
Color Harmonies of #BFCC14
Complementary color
Monochromatic Colors of #BFCC14
Black with #BFCC14
Text Example
Text Example
White with #BFCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC14; }
p { color: rgb(191,204,20); }
H1.HeaderClassName
{
color: #BFCC14;
}
.AnyTagClassName
{
color: #BFCC14;
}
</style>
background-color css
<style>
a { background-color: #BFCC14; }
a { background-color: rgb(191,204,20); }
div.DivClassName
{
background-color: #BFCC14;
}
.BgClassName
{
background-color: #BFCC14;
}
</style>
border-color css
<style>
span { border-color: #BFCC14; }
span { border-color: rgb(191,204,20); }
td.TdClassName
{
border-color: #BFCC14;
}
.TagClassName
{
border-color: #BFCC14;
}
</style>