Shades of Rio Grande #BBCA14
Tints of Rio Grande #BBCA14
RGB
CMYK
RGB Variations
Color information
#BBCA14 (or 0xBBCA14) is known color: Rio Grande. HEX triplet: BB, CA and 14. RGB value is (187,202,20). Sum of RGB (Red+Green+Blue) = 187+202+20=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA14 is #4435EB. Grayscale: #B1B1B1. Windows color (decimal): -4470252 or 1362619. OLE color: 1362619.
HSL color Cylindrical-coordinate representation of color #BBCA14: hue angle of 64.95º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBCA14 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 20 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.21 |
| HSL | 64.95º | 0.82% | 0.44% | - |
| HSV(B) | 64.95º | 0.9% | 0.79% | - |
| XYZ | 41.74 | 52.86 | 8.66 | - |
| YUV | 176.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 20 | 0.07 | 0 | 0.90 | 0.21 | 64.95 | 0.82 | 0.44 |
| Hex | BB | CA | 14 | 7 | 0 | 5A | 15 | 41 | 52 | 2C |
| Octal | 273 | 312 | 24 | 7 | 0 | 132 | 25 | 101 | 122 | 54 |
| Binary | 10111011 | 11001010 | 10100 | 111 | 0 | 1011010 | 10101 | 1000001 | 1010010 | 101100 |
Color Harmonies of #BBCA14
Complementary color
Monochromatic Colors of #BBCA14
Black with #BBCA14
Text Example
Text Example
White with #BBCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA14; }
p { color: rgb(187,202,20); }
H1.HeaderClassName
{
color: #BBCA14;
}
.AnyTagClassName
{
color: #BBCA14;
}
</style>
background-color css
<style>
a { background-color: #BBCA14; }
a { background-color: rgb(187,202,20); }
div.DivClassName
{
background-color: #BBCA14;
}
.BgClassName
{
background-color: #BBCA14;
}
</style>
border-color css
<style>
span { border-color: #BBCA14; }
span { border-color: rgb(187,202,20); }
td.TdClassName
{
border-color: #BBCA14;
}
.TagClassName
{
border-color: #BBCA14;
}
</style>