Shades of Rio Grande #BBCE17
Tints of Rio Grande #BBCE17
RGB
CMYK
RGB Variations
Color information
#BBCE17 (or 0xBBCE17) is known color: Rio Grande. HEX triplet: BB, CE and 17. RGB value is (187,206,23). Sum of RGB (Red+Green+Blue) = 187+206+23=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE17 is #4431E8. Grayscale: #B4B4B4. Windows color (decimal): -4469225 or 1560251. OLE color: 1560251.
HSL color Cylindrical-coordinate representation of color #BBCE17: hue angle of 66.23º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBCE17 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 23 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.19 |
| HSL | 66.23º | 0.8% | 0.45% | - |
| HSV(B) | 66.23º | 0.89% | 0.81% | - |
| XYZ | 42.72 | 54.77 | 9.13 | - |
| YUV | 179.46 | 39.71 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 23 | 0.09 | 0 | 0.89 | 0.19 | 66.23 | 0.8 | 0.45 |
| Hex | BB | CE | 17 | 9 | 0 | 59 | 13 | 42 | 50 | 2D |
| Octal | 273 | 316 | 27 | 11 | 0 | 131 | 23 | 102 | 120 | 55 |
| Binary | 10111011 | 11001110 | 10111 | 1001 | 0 | 1011001 | 10011 | 1000010 | 1010000 | 101101 |
Color Harmonies of #BBCE17
Complementary color
Monochromatic Colors of #BBCE17
Black with #BBCE17
Text Example
Text Example
White with #BBCE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE17; }
p { color: rgb(187,206,23); }
H1.HeaderClassName
{
color: #BBCE17;
}
.AnyTagClassName
{
color: #BBCE17;
}
</style>
background-color css
<style>
a { background-color: #BBCE17; }
a { background-color: rgb(187,206,23); }
div.DivClassName
{
background-color: #BBCE17;
}
.BgClassName
{
background-color: #BBCE17;
}
</style>
border-color css
<style>
span { border-color: #BBCE17; }
span { border-color: rgb(187,206,23); }
td.TdClassName
{
border-color: #BBCE17;
}
.TagClassName
{
border-color: #BBCE17;
}
</style>