Shades of Rio Grande #BBD61C
Tints of Rio Grande #BBD61C
RGB
CMYK
RGB Variations
Color information
#BBD61C (or 0xBBD61C) is known color: Rio Grande. HEX triplet: BB, D6 and 1C. RGB value is (187,214,28). Sum of RGB (Red+Green+Blue) = 187+214+28=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD61C is #4429E3. Grayscale: #B9B9B9. Windows color (decimal): -4467172 or 1889979. OLE color: 1889979.
HSL color Cylindrical-coordinate representation of color #BBD61C: hue angle of 68.71º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBD61C is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 214 | 28 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.16 |
| HSL | 68.71º | 0.77% | 0.47% | - |
| HSV(B) | 68.71º | 0.87% | 0.84% | - |
| XYZ | 44.75 | 58.74 | 10.08 | - |
| YUV | 184.72 | 39.55 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 28 | 0.13 | 0 | 0.87 | 0.16 | 68.71 | 0.77 | 0.47 |
| Hex | BB | D6 | 1C | D | 0 | 57 | 10 | 45 | 4D | 2F |
| Octal | 273 | 326 | 34 | 15 | 0 | 127 | 20 | 105 | 115 | 57 |
| Binary | 10111011 | 11010110 | 11100 | 1101 | 0 | 1010111 | 10000 | 1000101 | 1001101 | 101111 |
Color Harmonies of #BBD61C
Complementary color
Monochromatic Colors of #BBD61C
Black with #BBD61C
Text Example
Text Example
White with #BBD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD61C; }
p { color: rgb(187,214,28); }
H1.HeaderClassName
{
color: #BBD61C;
}
.AnyTagClassName
{
color: #BBD61C;
}
</style>
background-color css
<style>
a { background-color: #BBD61C; }
a { background-color: rgb(187,214,28); }
div.DivClassName
{
background-color: #BBD61C;
}
.BgClassName
{
background-color: #BBD61C;
}
</style>
border-color css
<style>
span { border-color: #BBD61C; }
span { border-color: rgb(187,214,28); }
td.TdClassName
{
border-color: #BBD61C;
}
.TagClassName
{
border-color: #BBD61C;
}
</style>