Shades of Rio Grande #BBCC14
Tints of Rio Grande #BBCC14
RGB
CMYK
RGB Variations
Color information
#BBCC14 (or 0xBBCC14) is known color: Rio Grande. HEX triplet: BB, CC and 14. RGB value is (187,204,20). Sum of RGB (Red+Green+Blue) = 187+204+20=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC14 is #4433EB. Grayscale: #B2B2B2. Windows color (decimal): -4469740 or 1363131. OLE color: 1363131.
HSL color Cylindrical-coordinate representation of color #BBCC14: hue angle of 65.54º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBCC14 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 20 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.2 |
| HSL | 65.54º | 0.82% | 0.44% | - |
| HSV(B) | 65.54º | 0.9% | 0.8% | - |
| XYZ | 42.21 | 53.8 | 8.82 | - |
| YUV | 177.94 | 38.87 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 20 | 0.08 | 0 | 0.90 | 0.2 | 65.54 | 0.82 | 0.44 |
| Hex | BB | CC | 14 | 8 | 0 | 5A | 14 | 42 | 52 | 2C |
| Octal | 273 | 314 | 24 | 10 | 0 | 132 | 24 | 102 | 122 | 54 |
| Binary | 10111011 | 11001100 | 10100 | 1000 | 0 | 1011010 | 10100 | 1000010 | 1010010 | 101100 |
Color Harmonies of #BBCC14
Complementary color
Monochromatic Colors of #BBCC14
Black with #BBCC14
Text Example
Text Example
White with #BBCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC14; }
p { color: rgb(187,204,20); }
H1.HeaderClassName
{
color: #BBCC14;
}
.AnyTagClassName
{
color: #BBCC14;
}
</style>
background-color css
<style>
a { background-color: #BBCC14; }
a { background-color: rgb(187,204,20); }
div.DivClassName
{
background-color: #BBCC14;
}
.BgClassName
{
background-color: #BBCC14;
}
</style>
border-color css
<style>
span { border-color: #BBCC14; }
span { border-color: rgb(187,204,20); }
td.TdClassName
{
border-color: #BBCC14;
}
.TagClassName
{
border-color: #BBCC14;
}
</style>