Shades of Rio Grande #BBC52A
Tints of Rio Grande #BBC52A
RGB
CMYK
RGB Variations
Color information
#BBC52A (or 0xBBC52A) is known color: Rio Grande. HEX triplet: BB, C5 and 2A. RGB value is (187,197,42). Sum of RGB (Red+Green+Blue) = 187+197+42=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC52A is #443AD5. Grayscale: #B0B0B0. Windows color (decimal): -4471510 or 2803131. OLE color: 2803131.
HSL color Cylindrical-coordinate representation of color #BBC52A: hue angle of 63.87º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBC52A is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 42 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.23 |
| HSL | 63.87º | 0.65% | 0.47% | - |
| HSV(B) | 63.87º | 0.79% | 0.77% | - |
| XYZ | 40.88 | 50.66 | 9.82 | - |
| YUV | 176.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 42 | 0.05 | 0 | 0.79 | 0.23 | 63.87 | 0.65 | 0.47 |
| Hex | BB | C5 | 2A | 5 | 0 | 4F | 17 | 40 | 41 | 2F |
| Octal | 273 | 305 | 52 | 5 | 0 | 117 | 27 | 100 | 101 | 57 |
| Binary | 10111011 | 11000101 | 101010 | 101 | 0 | 1001111 | 10111 | 1000000 | 1000001 | 101111 |
Color Harmonies of #BBC52A
Complementary color
Monochromatic Colors of #BBC52A
Black with #BBC52A
Text Example
Text Example
White with #BBC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC52A; }
p { color: rgb(187,197,42); }
H1.HeaderClassName
{
color: #BBC52A;
}
.AnyTagClassName
{
color: #BBC52A;
}
</style>
background-color css
<style>
a { background-color: #BBC52A; }
a { background-color: rgb(187,197,42); }
div.DivClassName
{
background-color: #BBC52A;
}
.BgClassName
{
background-color: #BBC52A;
}
</style>
border-color css
<style>
span { border-color: #BBC52A; }
span { border-color: rgb(187,197,42); }
td.TdClassName
{
border-color: #BBC52A;
}
.TagClassName
{
border-color: #BBC52A;
}
</style>