Shades of Rio Grande #BFCC12
Tints of Rio Grande #BFCC12
RGB
CMYK
RGB Variations
Color information
#BFCC12 (or 0xBFCC12) is known color: Rio Grande. HEX triplet: BF, CC and 12. RGB value is (191,204,18). Sum of RGB (Red+Green+Blue) = 191+204+18=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC12 is #4033ED. Grayscale: #B3B3B3. Windows color (decimal): -4207598 or 1232063. OLE color: 1232063.
HSL color Cylindrical-coordinate representation of color #BFCC12: hue angle of 64.19º degrees, saturation: 0.84, 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 #BFCC12 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 18 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.2 |
| HSL | 64.19º | 0.84% | 0.44% | - |
| HSV(B) | 64.19º | 0.91% | 0.8% | - |
| XYZ | 43.19 | 54.31 | 8.78 | - |
| YUV | 178.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 18 | 0.06 | 0 | 0.91 | 0.2 | 64.19 | 0.84 | 0.44 |
| Hex | BF | CC | 12 | 6 | 0 | 5B | 14 | 40 | 54 | 2C |
| Octal | 277 | 314 | 22 | 6 | 0 | 133 | 24 | 100 | 124 | 54 |
| Binary | 10111111 | 11001100 | 10010 | 110 | 0 | 1011011 | 10100 | 1000000 | 1010100 | 101100 |
Color Harmonies of #BFCC12
Complementary color
Monochromatic Colors of #BFCC12
Black with #BFCC12
Text Example
Text Example
White with #BFCC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC12; }
p { color: rgb(191,204,18); }
H1.HeaderClassName
{
color: #BFCC12;
}
.AnyTagClassName
{
color: #BFCC12;
}
</style>
background-color css
<style>
a { background-color: #BFCC12; }
a { background-color: rgb(191,204,18); }
div.DivClassName
{
background-color: #BFCC12;
}
.BgClassName
{
background-color: #BFCC12;
}
</style>
border-color css
<style>
span { border-color: #BFCC12; }
span { border-color: rgb(191,204,18); }
td.TdClassName
{
border-color: #BFCC12;
}
.TagClassName
{
border-color: #BFCC12;
}
</style>