Shades of Rio Grande #BBCD1D
Tints of Rio Grande #BBCD1D
RGB
CMYK
RGB Variations
Color information
#BBCD1D (or 0xBBCD1D) is known color: Rio Grande. HEX triplet: BB, CD and 1D. RGB value is (187,205,29). Sum of RGB (Red+Green+Blue) = 187+205+29=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD1D is #4432E2. Grayscale: #B4B4B4. Windows color (decimal): -4469475 or 1953211. OLE color: 1953211.
HSL color Cylindrical-coordinate representation of color #BBCD1D: hue angle of 66.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBCD1D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 29 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.20 |
| HSL | 66.14º | 0.75% | 0.46% | - |
| HSV(B) | 66.14º | 0.86% | 0.8% | - |
| XYZ | 42.55 | 54.32 | 9.4 | - |
| YUV | 179.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 29 | 0.09 | 0 | 0.86 | 0.20 | 66.14 | 0.75 | 0.46 |
| Hex | BB | CD | 1D | 9 | 0 | 56 | 14 | 42 | 4B | 2E |
| Octal | 273 | 315 | 35 | 11 | 0 | 126 | 24 | 102 | 113 | 56 |
| Binary | 10111011 | 11001101 | 11101 | 1001 | 0 | 1010110 | 10100 | 1000010 | 1001011 | 101110 |
Color Harmonies of #BBCD1D
Complementary color
Monochromatic Colors of #BBCD1D
Black with #BBCD1D
Text Example
Text Example
White with #BBCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD1D; }
p { color: rgb(187,205,29); }
H1.HeaderClassName
{
color: #BBCD1D;
}
.AnyTagClassName
{
color: #BBCD1D;
}
</style>
background-color css
<style>
a { background-color: #BBCD1D; }
a { background-color: rgb(187,205,29); }
div.DivClassName
{
background-color: #BBCD1D;
}
.BgClassName
{
background-color: #BBCD1D;
}
</style>
border-color css
<style>
span { border-color: #BBCD1D; }
span { border-color: rgb(187,205,29); }
td.TdClassName
{
border-color: #BBCD1D;
}
.TagClassName
{
border-color: #BBCD1D;
}
</style>