Shades of Rio Grande #BBCB1F
Tints of Rio Grande #BBCB1F
RGB
CMYK
RGB Variations
Color information
#BBCB1F (or 0xBBCB1F) is known color: Rio Grande. HEX triplet: BB, CB and 1F. RGB value is (187,203,31). Sum of RGB (Red+Green+Blue) = 187+203+31=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB1F is #4434E0. Grayscale: #B3B3B3. Windows color (decimal): -4469985 or 2083771. OLE color: 2083771.
HSL color Cylindrical-coordinate representation of color #BBCB1F: hue angle of 65.58º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBCB1F is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 31 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.20 |
| HSL | 65.58º | 0.74% | 0.46% | - |
| HSV(B) | 65.58º | 0.85% | 0.8% | - |
| XYZ | 42.1 | 53.38 | 9.38 | - |
| YUV | 178.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 31 | 0.08 | 0 | 0.85 | 0.20 | 65.58 | 0.74 | 0.46 |
| Hex | BB | CB | 1F | 8 | 0 | 55 | 14 | 42 | 4A | 2E |
| Octal | 273 | 313 | 37 | 10 | 0 | 125 | 24 | 102 | 112 | 56 |
| Binary | 10111011 | 11001011 | 11111 | 1000 | 0 | 1010101 | 10100 | 1000010 | 1001010 | 101110 |
Color Harmonies of #BBCB1F
Complementary color
Monochromatic Colors of #BBCB1F
Black with #BBCB1F
Text Example
Text Example
White with #BBCB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB1F; }
p { color: rgb(187,203,31); }
H1.HeaderClassName
{
color: #BBCB1F;
}
.AnyTagClassName
{
color: #BBCB1F;
}
</style>
background-color css
<style>
a { background-color: #BBCB1F; }
a { background-color: rgb(187,203,31); }
div.DivClassName
{
background-color: #BBCB1F;
}
.BgClassName
{
background-color: #BBCB1F;
}
</style>
border-color css
<style>
span { border-color: #BBCB1F; }
span { border-color: rgb(187,203,31); }
td.TdClassName
{
border-color: #BBCB1F;
}
.TagClassName
{
border-color: #BBCB1F;
}
</style>