Shades of Rio Grande #BBCE1B
Tints of Rio Grande #BBCE1B
RGB
CMYK
RGB Variations
Color information
#BBCE1B (or 0xBBCE1B) is known color: Rio Grande. HEX triplet: BB, CE and 1B. RGB value is (187,206,27). Sum of RGB (Red+Green+Blue) = 187+206+27=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE1B is #4431E4. Grayscale: #B4B4B4. Windows color (decimal): -4469221 or 1822395. OLE color: 1822395.
HSL color Cylindrical-coordinate representation of color #BBCE1B: hue angle of 66.37º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBCE1B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.19 |
| HSL | 66.37º | 0.77% | 0.46% | - |
| HSV(B) | 66.37º | 0.87% | 0.81% | - |
| XYZ | 42.76 | 54.79 | 9.36 | - |
| YUV | 179.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 27 | 0.09 | 0 | 0.87 | 0.19 | 66.37 | 0.77 | 0.46 |
| Hex | BB | CE | 1B | 9 | 0 | 57 | 13 | 42 | 4D | 2E |
| Octal | 273 | 316 | 33 | 11 | 0 | 127 | 23 | 102 | 115 | 56 |
| Binary | 10111011 | 11001110 | 11011 | 1001 | 0 | 1010111 | 10011 | 1000010 | 1001101 | 101110 |
Color Harmonies of #BBCE1B
Complementary color
Monochromatic Colors of #BBCE1B
Black with #BBCE1B
Text Example
Text Example
White with #BBCE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE1B; }
p { color: rgb(187,206,27); }
H1.HeaderClassName
{
color: #BBCE1B;
}
.AnyTagClassName
{
color: #BBCE1B;
}
</style>
background-color css
<style>
a { background-color: #BBCE1B; }
a { background-color: rgb(187,206,27); }
div.DivClassName
{
background-color: #BBCE1B;
}
.BgClassName
{
background-color: #BBCE1B;
}
</style>
border-color css
<style>
span { border-color: #BBCE1B; }
span { border-color: rgb(187,206,27); }
td.TdClassName
{
border-color: #BBCE1B;
}
.TagClassName
{
border-color: #BBCE1B;
}
</style>