Shades of Rio Grande #BFCC1C
Tints of Rio Grande #BFCC1C
RGB
CMYK
RGB Variations
Color information
#BFCC1C (or 0xBFCC1C) is known color: Rio Grande. HEX triplet: BF, CC and 1C. RGB value is (191,204,28). Sum of RGB (Red+Green+Blue) = 191+204+28=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCC1C is #4033E3. Grayscale: #B4B4B4. Windows color (decimal): -4207588 or 1887423. OLE color: 1887423.
HSL color Cylindrical-coordinate representation of color #BFCC1C: hue angle of 64.43º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFCC1C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 28 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.2 |
| HSL | 64.43º | 0.76% | 0.45% | - |
| HSV(B) | 64.43º | 0.86% | 0.8% | - |
| XYZ | 43.29 | 54.35 | 9.31 | - |
| YUV | 180.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 28 | 0.06 | 0 | 0.86 | 0.2 | 64.43 | 0.76 | 0.45 |
| Hex | BF | CC | 1C | 6 | 0 | 56 | 14 | 40 | 4C | 2D |
| Octal | 277 | 314 | 34 | 6 | 0 | 126 | 24 | 100 | 114 | 55 |
| Binary | 10111111 | 11001100 | 11100 | 110 | 0 | 1010110 | 10100 | 1000000 | 1001100 | 101101 |
Color Harmonies of #BFCC1C
Complementary color
Monochromatic Colors of #BFCC1C
Black with #BFCC1C
Text Example
Text Example
White with #BFCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC1C; }
p { color: rgb(191,204,28); }
H1.HeaderClassName
{
color: #BFCC1C;
}
.AnyTagClassName
{
color: #BFCC1C;
}
</style>
background-color css
<style>
a { background-color: #BFCC1C; }
a { background-color: rgb(191,204,28); }
div.DivClassName
{
background-color: #BFCC1C;
}
.BgClassName
{
background-color: #BFCC1C;
}
</style>
border-color css
<style>
span { border-color: #BFCC1C; }
span { border-color: rgb(191,204,28); }
td.TdClassName
{
border-color: #BFCC1C;
}
.TagClassName
{
border-color: #BFCC1C;
}
</style>