Shades of Rio Grande #BBCD15
Tints of Rio Grande #BBCD15
RGB
CMYK
RGB Variations
Color information
#BBCD15 (or 0xBBCD15) is known color: Rio Grande. HEX triplet: BB, CD and 15. RGB value is (187,205,21). Sum of RGB (Red+Green+Blue) = 187+205+21=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD15 is #4432EA. Grayscale: #B3B3B3. Windows color (decimal): -4469483 or 1428923. OLE color: 1428923.
HSL color Cylindrical-coordinate representation of color #BBCD15: hue angle of 65.87º degrees, saturation: 0.81, 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 #BBCD15 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 21 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.20 |
| HSL | 65.87º | 0.81% | 0.44% | - |
| HSV(B) | 65.87º | 0.9% | 0.8% | - |
| XYZ | 42.46 | 54.28 | 8.95 | - |
| YUV | 178.64 | 39.04 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 21 | 0.09 | 0 | 0.90 | 0.20 | 65.87 | 0.81 | 0.44 |
| Hex | BB | CD | 15 | 9 | 0 | 5A | 14 | 42 | 51 | 2C |
| Octal | 273 | 315 | 25 | 11 | 0 | 132 | 24 | 102 | 121 | 54 |
| Binary | 10111011 | 11001101 | 10101 | 1001 | 0 | 1011010 | 10100 | 1000010 | 1010001 | 101100 |
Color Harmonies of #BBCD15
Complementary color
Monochromatic Colors of #BBCD15
Black with #BBCD15
Text Example
Text Example
White with #BBCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD15; }
p { color: rgb(187,205,21); }
H1.HeaderClassName
{
color: #BBCD15;
}
.AnyTagClassName
{
color: #BBCD15;
}
</style>
background-color css
<style>
a { background-color: #BBCD15; }
a { background-color: rgb(187,205,21); }
div.DivClassName
{
background-color: #BBCD15;
}
.BgClassName
{
background-color: #BBCD15;
}
</style>
border-color css
<style>
span { border-color: #BBCD15; }
span { border-color: rgb(187,205,21); }
td.TdClassName
{
border-color: #BBCD15;
}
.TagClassName
{
border-color: #BBCD15;
}
</style>