Shades of Rio Grande #BBD614
Tints of Rio Grande #BBD614
RGB
CMYK
RGB Variations
Color information
#BBD614 (or 0xBBD614) is known color: Rio Grande. HEX triplet: BB, D6 and 14. RGB value is (187,214,20). Sum of RGB (Red+Green+Blue) = 187+214+20=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD614 is #4429EB. Grayscale: #B8B8B8. Windows color (decimal): -4467180 or 1365691. OLE color: 1365691.
HSL color Cylindrical-coordinate representation of color #BBD614: hue angle of 68.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBD614 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 20 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.16 |
| HSL | 68.35º | 0.83% | 0.46% | - |
| HSV(B) | 68.35º | 0.91% | 0.84% | - |
| XYZ | 44.67 | 58.71 | 9.64 | - |
| YUV | 183.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 20 | 0.13 | 0 | 0.91 | 0.16 | 68.35 | 0.83 | 0.46 |
| Hex | BB | D6 | 14 | D | 0 | 5B | 10 | 44 | 53 | 2E |
| Octal | 273 | 326 | 24 | 15 | 0 | 133 | 20 | 104 | 123 | 56 |
| Binary | 10111011 | 11010110 | 10100 | 1101 | 0 | 1011011 | 10000 | 1000100 | 1010011 | 101110 |
Color Harmonies of #BBD614
Complementary color
Monochromatic Colors of #BBD614
Black with #BBD614
Text Example
Text Example
White with #BBD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD614; }
p { color: rgb(187,214,20); }
H1.HeaderClassName
{
color: #BBD614;
}
.AnyTagClassName
{
color: #BBD614;
}
</style>
background-color css
<style>
a { background-color: #BBD614; }
a { background-color: rgb(187,214,20); }
div.DivClassName
{
background-color: #BBD614;
}
.BgClassName
{
background-color: #BBD614;
}
</style>
border-color css
<style>
span { border-color: #BBD614; }
span { border-color: rgb(187,214,20); }
td.TdClassName
{
border-color: #BBD614;
}
.TagClassName
{
border-color: #BBD614;
}
</style>