Shades of Rio Grande #BBCD19
Tints of Rio Grande #BBCD19
RGB
CMYK
RGB Variations
Color information
#BBCD19 (or 0xBBCD19) is known color: Rio Grande. HEX triplet: BB, CD and 19. RGB value is (187,205,25). Sum of RGB (Red+Green+Blue) = 187+205+25=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD19 is #4432E6. Grayscale: #B3B3B3. Windows color (decimal): -4469479 or 1691067. OLE color: 1691067.
HSL color Cylindrical-coordinate representation of color #BBCD19: hue angle of 66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBCD19 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 25 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.20 |
| HSL | 66º | 0.78% | 0.45% | - |
| HSV(B) | 66º | 0.88% | 0.8% | - |
| XYZ | 42.5 | 54.3 | 9.16 | - |
| YUV | 179.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 25 | 0.09 | 0 | 0.88 | 0.20 | 66 | 0.78 | 0.45 |
| Hex | BB | CD | 19 | 9 | 0 | 58 | 14 | 42 | 4E | 2D |
| Octal | 273 | 315 | 31 | 11 | 0 | 130 | 24 | 102 | 116 | 55 |
| Binary | 10111011 | 11001101 | 11001 | 1001 | 0 | 1011000 | 10100 | 1000010 | 1001110 | 101101 |
Color Harmonies of #BBCD19
Complementary color
Monochromatic Colors of #BBCD19
Black with #BBCD19
Text Example
Text Example
White with #BBCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD19; }
p { color: rgb(187,205,25); }
H1.HeaderClassName
{
color: #BBCD19;
}
.AnyTagClassName
{
color: #BBCD19;
}
</style>
background-color css
<style>
a { background-color: #BBCD19; }
a { background-color: rgb(187,205,25); }
div.DivClassName
{
background-color: #BBCD19;
}
.BgClassName
{
background-color: #BBCD19;
}
</style>
border-color css
<style>
span { border-color: #BBCD19; }
span { border-color: rgb(187,205,25); }
td.TdClassName
{
border-color: #BBCD19;
}
.TagClassName
{
border-color: #BBCD19;
}
</style>