Shades of Rio Grande #BBC81A
Tints of Rio Grande #BBC81A
RGB
CMYK
RGB Variations
Color information
#BBC81A (or 0xBBC81A) is known color: Rio Grande. HEX triplet: BB, C8 and 1A. RGB value is (187,200,26). Sum of RGB (Red+Green+Blue) = 187+200+26=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 26 (10.55% from 255 or 6.30% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC81A is #4437E5. Grayscale: #B0B0B0. Windows color (decimal): -4470758 or 1755323. OLE color: 1755323.
HSL color Cylindrical-coordinate representation of color #BBC81A: hue angle of 64.48º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBC81A is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 200 | 26 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.22 |
| HSL | 64.48º | 0.77% | 0.44% | - |
| HSV(B) | 64.48º | 0.87% | 0.78% | - |
| XYZ | 41.33 | 51.95 | 8.83 | - |
| YUV | 176.28 | 43.19 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 26 | 0.06 | 0 | 0.87 | 0.22 | 64.48 | 0.77 | 0.44 |
| Hex | BB | C8 | 1A | 6 | 0 | 57 | 16 | 40 | 4D | 2C |
| Octal | 273 | 310 | 32 | 6 | 0 | 127 | 26 | 100 | 115 | 54 |
| Binary | 10111011 | 11001000 | 11010 | 110 | 0 | 1010111 | 10110 | 1000000 | 1001101 | 101100 |
Color Harmonies of #BBC81A
Complementary color
Monochromatic Colors of #BBC81A
Black with #BBC81A
Text Example
Text Example
White with #BBC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC81A; }
p { color: rgb(187,200,26); }
H1.HeaderClassName
{
color: #BBC81A;
}
.AnyTagClassName
{
color: #BBC81A;
}
</style>
background-color css
<style>
a { background-color: #BBC81A; }
a { background-color: rgb(187,200,26); }
div.DivClassName
{
background-color: #BBC81A;
}
.BgClassName
{
background-color: #BBC81A;
}
</style>
border-color css
<style>
span { border-color: #BBC81A; }
span { border-color: rgb(187,200,26); }
td.TdClassName
{
border-color: #BBC81A;
}
.TagClassName
{
border-color: #BBC81A;
}
</style>