Shades of La Rioja #BFCC03
Tints of La Rioja #BFCC03
RGB
CMYK
RGB Variations
Color information
#BFCC03 (or 0xBFCC03) is known color: La Rioja. HEX triplet: BF, CC and 03. RGB value is (191,204,3). Sum of RGB (Red+Green+Blue) = 191+204+3=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC03 is #4033FC. Grayscale: #B1B1B1. Windows color (decimal): -4207613 or 249023. OLE color: 249023.
HSL color Cylindrical-coordinate representation of color #BFCC03: hue angle of 63.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFCC03 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 3 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.2 |
| HSL | 63.88º | 0.97% | 0.41% | - |
| HSV(B) | 63.88º | 0.99% | 0.8% | - |
| XYZ | 43.1 | 54.27 | 8.29 | - |
| YUV | 177.2 | 29.69 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 3 | 0.06 | 0 | 0.99 | 0.2 | 63.88 | 0.97 | 0.41 |
| Hex | BF | CC | 3 | 6 | 0 | 63 | 14 | 40 | 61 | 29 |
| Octal | 277 | 314 | 3 | 6 | 0 | 143 | 24 | 100 | 141 | 51 |
| Binary | 10111111 | 11001100 | 11 | 110 | 0 | 1100011 | 10100 | 1000000 | 1100001 | 101001 |
Color Harmonies of #BFCC03
Complementary color
Monochromatic Colors of #BFCC03
Black with #BFCC03
Text Example
Text Example
White with #BFCC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC03; }
p { color: rgb(191,204,3); }
H1.HeaderClassName
{
color: #BFCC03;
}
.AnyTagClassName
{
color: #BFCC03;
}
</style>
background-color css
<style>
a { background-color: #BFCC03; }
a { background-color: rgb(191,204,3); }
div.DivClassName
{
background-color: #BFCC03;
}
.BgClassName
{
background-color: #BFCC03;
}
</style>
border-color css
<style>
span { border-color: #BFCC03; }
span { border-color: rgb(191,204,3); }
td.TdClassName
{
border-color: #BFCC03;
}
.TagClassName
{
border-color: #BFCC03;
}
</style>