Shades of Rio Grande #BBCE14
Tints of Rio Grande #BBCE14
RGB
CMYK
RGB Variations
Color information
#BBCE14 (or 0xBBCE14) is known color: Rio Grande. HEX triplet: BB, CE and 14. RGB value is (187,206,20). Sum of RGB (Red+Green+Blue) = 187+206+20=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE14 is #4431EB. Grayscale: #B3B3B3. Windows color (decimal): -4469228 or 1363643. OLE color: 1363643.
HSL color Cylindrical-coordinate representation of color #BBCE14: hue angle of 66.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBCE14 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 20 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.19 |
| HSL | 66.13º | 0.82% | 0.44% | - |
| HSV(B) | 66.13º | 0.9% | 0.81% | - |
| XYZ | 42.69 | 54.76 | 8.98 | - |
| YUV | 179.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 20 | 0.09 | 0 | 0.90 | 0.19 | 66.13 | 0.82 | 0.44 |
| Hex | BB | CE | 14 | 9 | 0 | 5A | 13 | 42 | 52 | 2C |
| Octal | 273 | 316 | 24 | 11 | 0 | 132 | 23 | 102 | 122 | 54 |
| Binary | 10111011 | 11001110 | 10100 | 1001 | 0 | 1011010 | 10011 | 1000010 | 1010010 | 101100 |
Color Harmonies of #BBCE14
Complementary color
Monochromatic Colors of #BBCE14
Black with #BBCE14
Text Example
Text Example
White with #BBCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCE14; }
p { color: rgb(187,206,20); }
H1.HeaderClassName
{
color: #BBCE14;
}
.AnyTagClassName
{
color: #BBCE14;
}
</style>
background-color css
<style>
a { background-color: #BBCE14; }
a { background-color: rgb(187,206,20); }
div.DivClassName
{
background-color: #BBCE14;
}
.BgClassName
{
background-color: #BBCE14;
}
</style>
border-color css
<style>
span { border-color: #BBCE14; }
span { border-color: rgb(187,206,20); }
td.TdClassName
{
border-color: #BBCE14;
}
.TagClassName
{
border-color: #BBCE14;
}
</style>