Shades of Rio Grande #BFCC13
Tints of Rio Grande #BFCC13
RGB
CMYK
RGB Variations
Color information
#BFCC13 (or 0xBFCC13) is known color: Rio Grande. HEX triplet: BF, CC and 13. RGB value is (191,204,19). Sum of RGB (Red+Green+Blue) = 191+204+19=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC13 is #4033EC. Grayscale: #B3B3B3. Windows color (decimal): -4207597 or 1297599. OLE color: 1297599.
HSL color Cylindrical-coordinate representation of color #BFCC13: hue angle of 64.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFCC13 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 19 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.2 |
| HSL | 64.22º | 0.83% | 0.44% | - |
| HSV(B) | 64.22º | 0.91% | 0.8% | - |
| XYZ | 43.2 | 54.31 | 8.82 | - |
| YUV | 179.02 | 37.69 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 19 | 0.06 | 0 | 0.91 | 0.2 | 64.22 | 0.83 | 0.44 |
| Hex | BF | CC | 13 | 6 | 0 | 5B | 14 | 40 | 53 | 2C |
| Octal | 277 | 314 | 23 | 6 | 0 | 133 | 24 | 100 | 123 | 54 |
| Binary | 10111111 | 11001100 | 10011 | 110 | 0 | 1011011 | 10100 | 1000000 | 1010011 | 101100 |
Color Harmonies of #BFCC13
Complementary color
Monochromatic Colors of #BFCC13
Black with #BFCC13
Text Example
Text Example
White with #BFCC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC13; }
p { color: rgb(191,204,19); }
H1.HeaderClassName
{
color: #BFCC13;
}
.AnyTagClassName
{
color: #BFCC13;
}
</style>
background-color css
<style>
a { background-color: #BFCC13; }
a { background-color: rgb(191,204,19); }
div.DivClassName
{
background-color: #BFCC13;
}
.BgClassName
{
background-color: #BFCC13;
}
</style>
border-color css
<style>
span { border-color: #BFCC13; }
span { border-color: rgb(191,204,19); }
td.TdClassName
{
border-color: #BFCC13;
}
.TagClassName
{
border-color: #BFCC13;
}
</style>