Shades of Rio Grande #BBCA1D
Tints of Rio Grande #BBCA1D
RGB
CMYK
RGB Variations
Color information
#BBCA1D (or 0xBBCA1D) is known color: Rio Grande. HEX triplet: BB, CA and 1D. RGB value is (187,202,29). Sum of RGB (Red+Green+Blue) = 187+202+29=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA1D is #4435E2. Grayscale: #B2B2B2. Windows color (decimal): -4470243 or 1952443. OLE color: 1952443.
HSL color Cylindrical-coordinate representation of color #BBCA1D: hue angle of 65.2º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBCA1D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 29 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.21 |
| HSL | 65.2º | 0.75% | 0.45% | - |
| HSV(B) | 65.2º | 0.86% | 0.79% | - |
| XYZ | 41.84 | 52.89 | 9.17 | - |
| YUV | 177.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 29 | 0.07 | 0 | 0.86 | 0.21 | 65.2 | 0.75 | 0.45 |
| Hex | BB | CA | 1D | 7 | 0 | 56 | 15 | 41 | 4B | 2D |
| Octal | 273 | 312 | 35 | 7 | 0 | 126 | 25 | 101 | 113 | 55 |
| Binary | 10111011 | 11001010 | 11101 | 111 | 0 | 1010110 | 10101 | 1000001 | 1001011 | 101101 |
Color Harmonies of #BBCA1D
Complementary color
Monochromatic Colors of #BBCA1D
Black with #BBCA1D
Text Example
Text Example
White with #BBCA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA1D; }
p { color: rgb(187,202,29); }
H1.HeaderClassName
{
color: #BBCA1D;
}
.AnyTagClassName
{
color: #BBCA1D;
}
</style>
background-color css
<style>
a { background-color: #BBCA1D; }
a { background-color: rgb(187,202,29); }
div.DivClassName
{
background-color: #BBCA1D;
}
.BgClassName
{
background-color: #BBCA1D;
}
</style>
border-color css
<style>
span { border-color: #BBCA1D; }
span { border-color: rgb(187,202,29); }
td.TdClassName
{
border-color: #BBCA1D;
}
.TagClassName
{
border-color: #BBCA1D;
}
</style>