Shades of Rio Grande #BBD40B
Tints of Rio Grande #BBD40B
RGB
CMYK
RGB Variations
Color information
#BBD40B (or 0xBBD40B) is known color: Rio Grande. HEX triplet: BB, D4 and 0B. RGB value is (187,212,11). Sum of RGB (Red+Green+Blue) = 187+212+11=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD40B is #442BF4. Grayscale: #B6B6B6. Windows color (decimal): -4467701 or 775355. OLE color: 775355.
HSL color Cylindrical-coordinate representation of color #BBD40B: hue angle of 67.46º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBD40B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.17 |
| HSL | 67.46º | 0.9% | 0.44% | - |
| HSV(B) | 67.46º | 0.95% | 0.83% | - |
| XYZ | 44.1 | 57.68 | 9.12 | - |
| YUV | 181.61 | 31.72 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 11 | 0.12 | 0 | 0.95 | 0.17 | 67.46 | 0.9 | 0.44 |
| Hex | BB | D4 | B | C | 0 | 5F | 11 | 43 | 5A | 2C |
| Octal | 273 | 324 | 13 | 14 | 0 | 137 | 21 | 103 | 132 | 54 |
| Binary | 10111011 | 11010100 | 1011 | 1100 | 0 | 1011111 | 10001 | 1000011 | 1011010 | 101100 |
Color Harmonies of #BBD40B
Complementary color
Monochromatic Colors of #BBD40B
Black with #BBD40B
Text Example
Text Example
White with #BBD40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD40B; }
p { color: rgb(187,212,11); }
H1.HeaderClassName
{
color: #BBD40B;
}
.AnyTagClassName
{
color: #BBD40B;
}
</style>
background-color css
<style>
a { background-color: #BBD40B; }
a { background-color: rgb(187,212,11); }
div.DivClassName
{
background-color: #BBD40B;
}
.BgClassName
{
background-color: #BBD40B;
}
</style>
border-color css
<style>
span { border-color: #BBD40B; }
span { border-color: rgb(187,212,11); }
td.TdClassName
{
border-color: #BBD40B;
}
.TagClassName
{
border-color: #BBD40B;
}
</style>