Shades of Rio Grande #BBCE20
Tints of Rio Grande #BBCE20
RGB
CMYK
RGB Variations
Color information
#BBCE20 (or 0xBBCE20) is known color: Rio Grande. HEX triplet: BB, CE and 20. RGB value is (187,206,32). Sum of RGB (Red+Green+Blue) = 187+206+32=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCE20 is #4431DF. Grayscale: #B5B5B5. Windows color (decimal): -4469216 or 2150075. OLE color: 2150075.
HSL color Cylindrical-coordinate representation of color #BBCE20: hue angle of 66.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBCE20 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 32 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.19 |
| HSL | 66.55º | 0.73% | 0.47% | - |
| HSV(B) | 66.55º | 0.84% | 0.81% | - |
| XYZ | 42.83 | 54.81 | 9.69 | - |
| YUV | 180.48 | 44.21 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 32 | 0.09 | 0 | 0.84 | 0.19 | 66.55 | 0.73 | 0.47 |
| Hex | BB | CE | 20 | 9 | 0 | 54 | 13 | 43 | 49 | 2F |
| Octal | 273 | 316 | 40 | 11 | 0 | 124 | 23 | 103 | 111 | 57 |
| Binary | 10111011 | 11001110 | 100000 | 1001 | 0 | 1010100 | 10011 | 1000011 | 1001001 | 101111 |
Color Harmonies of #BBCE20
Complementary color
Monochromatic Colors of #BBCE20
Black with #BBCE20
Text Example
Text Example
White with #BBCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE20; }
p { color: rgb(187,206,32); }
H1.HeaderClassName
{
color: #BBCE20;
}
.AnyTagClassName
{
color: #BBCE20;
}
</style>
background-color css
<style>
a { background-color: #BBCE20; }
a { background-color: rgb(187,206,32); }
div.DivClassName
{
background-color: #BBCE20;
}
.BgClassName
{
background-color: #BBCE20;
}
</style>
border-color css
<style>
span { border-color: #BBCE20; }
span { border-color: rgb(187,206,32); }
td.TdClassName
{
border-color: #BBCE20;
}
.TagClassName
{
border-color: #BBCE20;
}
</style>