Shades of Rio Grande #BBCD1B
Tints of Rio Grande #BBCD1B
RGB
CMYK
RGB Variations
Color information
#BBCD1B (or 0xBBCD1B) is known color: Rio Grande. HEX triplet: BB, CD and 1B. RGB value is (187,205,27). Sum of RGB (Red+Green+Blue) = 187+205+27=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 27 (10.94% from 255 or 6.44% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD1B is #4432E4. Grayscale: #B4B4B4. Windows color (decimal): -4469477 or 1822139. OLE color: 1822139.
HSL color Cylindrical-coordinate representation of color #BBCD1B: hue angle of 66.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBCD1B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.20 |
| HSL | 66.07º | 0.77% | 0.45% | - |
| HSV(B) | 66.07º | 0.87% | 0.8% | - |
| XYZ | 42.52 | 54.31 | 9.28 | - |
| YUV | 179.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 27 | 0.09 | 0 | 0.87 | 0.20 | 66.07 | 0.77 | 0.45 |
| Hex | BB | CD | 1B | 9 | 0 | 57 | 14 | 42 | 4D | 2D |
| Octal | 273 | 315 | 33 | 11 | 0 | 127 | 24 | 102 | 115 | 55 |
| Binary | 10111011 | 11001101 | 11011 | 1001 | 0 | 1010111 | 10100 | 1000010 | 1001101 | 101101 |
Color Harmonies of #BBCD1B
Complementary color
Monochromatic Colors of #BBCD1B
Black with #BBCD1B
Text Example
Text Example
White with #BBCD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD1B; }
p { color: rgb(187,205,27); }
H1.HeaderClassName
{
color: #BBCD1B;
}
.AnyTagClassName
{
color: #BBCD1B;
}
</style>
background-color css
<style>
a { background-color: #BBCD1B; }
a { background-color: rgb(187,205,27); }
div.DivClassName
{
background-color: #BBCD1B;
}
.BgClassName
{
background-color: #BBCD1B;
}
</style>
border-color css
<style>
span { border-color: #BBCD1B; }
span { border-color: rgb(187,205,27); }
td.TdClassName
{
border-color: #BBCD1B;
}
.TagClassName
{
border-color: #BBCD1B;
}
</style>