Shades of Rio Grande #BBCB1D
Tints of Rio Grande #BBCB1D
RGB
CMYK
RGB Variations
Color information
#BBCB1D (or 0xBBCB1D) is known color: Rio Grande. HEX triplet: BB, CB and 1D. RGB value is (187,203,29). Sum of RGB (Red+Green+Blue) = 187+203+29=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB1D is #4434E2. Grayscale: #B3B3B3. Windows color (decimal): -4469987 or 1952699. OLE color: 1952699.
HSL color Cylindrical-coordinate representation of color #BBCB1D: hue angle of 65.52º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBCB1D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 29 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.20 |
| HSL | 65.52º | 0.75% | 0.45% | - |
| HSV(B) | 65.52º | 0.86% | 0.8% | - |
| XYZ | 42.07 | 53.37 | 9.25 | - |
| YUV | 178.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 29 | 0.08 | 0 | 0.86 | 0.20 | 65.52 | 0.75 | 0.45 |
| Hex | BB | CB | 1D | 8 | 0 | 56 | 14 | 42 | 4B | 2D |
| Octal | 273 | 313 | 35 | 10 | 0 | 126 | 24 | 102 | 113 | 55 |
| Binary | 10111011 | 11001011 | 11101 | 1000 | 0 | 1010110 | 10100 | 1000010 | 1001011 | 101101 |
Color Harmonies of #BBCB1D
Complementary color
Monochromatic Colors of #BBCB1D
Black with #BBCB1D
Text Example
Text Example
White with #BBCB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB1D; }
p { color: rgb(187,203,29); }
H1.HeaderClassName
{
color: #BBCB1D;
}
.AnyTagClassName
{
color: #BBCB1D;
}
</style>
background-color css
<style>
a { background-color: #BBCB1D; }
a { background-color: rgb(187,203,29); }
div.DivClassName
{
background-color: #BBCB1D;
}
.BgClassName
{
background-color: #BBCB1D;
}
</style>
border-color css
<style>
span { border-color: #BBCB1D; }
span { border-color: rgb(187,203,29); }
td.TdClassName
{
border-color: #BBCB1D;
}
.TagClassName
{
border-color: #BBCB1D;
}
</style>