Shades of Rio Grande #BBCF14
Tints of Rio Grande #BBCF14
RGB
CMYK
RGB Variations
Color information
#BBCF14 (or 0xBBCF14) is known color: Rio Grande. HEX triplet: BB, CF and 14. RGB value is (187,207,20). Sum of RGB (Red+Green+Blue) = 187+207+20=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF14 is #4430EB. Grayscale: #B4B4B4. Windows color (decimal): -4468972 or 1363899. OLE color: 1363899.
HSL color Cylindrical-coordinate representation of color #BBCF14: hue angle of 66.42º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBCF14 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 20 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.19 |
| HSL | 66.42º | 0.82% | 0.45% | - |
| HSV(B) | 66.42º | 0.9% | 0.81% | - |
| XYZ | 42.93 | 55.24 | 9.06 | - |
| YUV | 179.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 20 | 0.10 | 0 | 0.90 | 0.19 | 66.42 | 0.82 | 0.45 |
| Hex | BB | CF | 14 | A | 0 | 5A | 13 | 42 | 52 | 2D |
| Octal | 273 | 317 | 24 | 12 | 0 | 132 | 23 | 102 | 122 | 55 |
| Binary | 10111011 | 11001111 | 10100 | 1010 | 0 | 1011010 | 10011 | 1000010 | 1010010 | 101101 |
Color Harmonies of #BBCF14
Complementary color
Monochromatic Colors of #BBCF14
Black with #BBCF14
Text Example
Text Example
White with #BBCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF14; }
p { color: rgb(187,207,20); }
H1.HeaderClassName
{
color: #BBCF14;
}
.AnyTagClassName
{
color: #BBCF14;
}
</style>
background-color css
<style>
a { background-color: #BBCF14; }
a { background-color: rgb(187,207,20); }
div.DivClassName
{
background-color: #BBCF14;
}
.BgClassName
{
background-color: #BBCF14;
}
</style>
border-color css
<style>
span { border-color: #BBCF14; }
span { border-color: rgb(187,207,20); }
td.TdClassName
{
border-color: #BBCF14;
}
.TagClassName
{
border-color: #BBCF14;
}
</style>