Shades of Rio Grande #BBCC19
Tints of Rio Grande #BBCC19
RGB
CMYK
RGB Variations
Color information
#BBCC19 (or 0xBBCC19) is known color: Rio Grande. HEX triplet: BB, CC and 19. RGB value is (187,204,25). Sum of RGB (Red+Green+Blue) = 187+204+25=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC19 is #4433E6. Grayscale: #B3B3B3. Windows color (decimal): -4469735 or 1690811. OLE color: 1690811.
HSL color Cylindrical-coordinate representation of color #BBCC19: hue angle of 65.7º 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 #BBCC19 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 25 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.2 |
| HSL | 65.7º | 0.78% | 0.45% | - |
| HSV(B) | 65.7º | 0.88% | 0.8% | - |
| XYZ | 42.26 | 53.82 | 9.08 | - |
| YUV | 178.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 25 | 0.08 | 0 | 0.88 | 0.2 | 65.7 | 0.78 | 0.45 |
| Hex | BB | CC | 19 | 8 | 0 | 58 | 14 | 42 | 4E | 2D |
| Octal | 273 | 314 | 31 | 10 | 0 | 130 | 24 | 102 | 116 | 55 |
| Binary | 10111011 | 11001100 | 11001 | 1000 | 0 | 1011000 | 10100 | 1000010 | 1001110 | 101101 |
Color Harmonies of #BBCC19
Complementary color
Monochromatic Colors of #BBCC19
Black with #BBCC19
Text Example
Text Example
White with #BBCC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC19; }
p { color: rgb(187,204,25); }
H1.HeaderClassName
{
color: #BBCC19;
}
.AnyTagClassName
{
color: #BBCC19;
}
</style>
background-color css
<style>
a { background-color: #BBCC19; }
a { background-color: rgb(187,204,25); }
div.DivClassName
{
background-color: #BBCC19;
}
.BgClassName
{
background-color: #BBCC19;
}
</style>
border-color css
<style>
span { border-color: #BBCC19; }
span { border-color: rgb(187,204,25); }
td.TdClassName
{
border-color: #BBCC19;
}
.TagClassName
{
border-color: #BBCC19;
}
</style>