Shades of Rio Grande #BBCF1A
Tints of Rio Grande #BBCF1A
RGB
CMYK
RGB Variations
Color information
#BBCF1A (or 0xBBCF1A) is known color: Rio Grande. HEX triplet: BB, CF and 1A. RGB value is (187,207,26). Sum of RGB (Red+Green+Blue) = 187+207+26=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCF1A is #4430E5. Grayscale: #B5B5B5. Windows color (decimal): -4468966 or 1757115. OLE color: 1757115.
HSL color Cylindrical-coordinate representation of color #BBCF1A: hue angle of 66.63º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBCF1A is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 26 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.19 |
| HSL | 66.63º | 0.78% | 0.46% | - |
| HSV(B) | 66.63º | 0.87% | 0.81% | - |
| XYZ | 42.99 | 55.27 | 9.38 | - |
| YUV | 180.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 26 | 0.10 | 0 | 0.87 | 0.19 | 66.63 | 0.78 | 0.46 |
| Hex | BB | CF | 1A | A | 0 | 57 | 13 | 43 | 4E | 2E |
| Octal | 273 | 317 | 32 | 12 | 0 | 127 | 23 | 103 | 116 | 56 |
| Binary | 10111011 | 11001111 | 11010 | 1010 | 0 | 1010111 | 10011 | 1000011 | 1001110 | 101110 |
Color Harmonies of #BBCF1A
Complementary color
Monochromatic Colors of #BBCF1A
Black with #BBCF1A
Text Example
Text Example
White with #BBCF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF1A; }
p { color: rgb(187,207,26); }
H1.HeaderClassName
{
color: #BBCF1A;
}
.AnyTagClassName
{
color: #BBCF1A;
}
</style>
background-color css
<style>
a { background-color: #BBCF1A; }
a { background-color: rgb(187,207,26); }
div.DivClassName
{
background-color: #BBCF1A;
}
.BgClassName
{
background-color: #BBCF1A;
}
</style>
border-color css
<style>
span { border-color: #BBCF1A; }
span { border-color: rgb(187,207,26); }
td.TdClassName
{
border-color: #BBCF1A;
}
.TagClassName
{
border-color: #BBCF1A;
}
</style>