Shades of Rio Grande #BBC42D
Tints of Rio Grande #BBC42D
RGB
CMYK
RGB Variations
Color information
#BBC42D (or 0xBBC42D) is known color: Rio Grande. HEX triplet: BB, C4 and 2D. RGB value is (187,196,45). Sum of RGB (Red+Green+Blue) = 187+196+45=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC42D is #443BD2. Grayscale: #B0B0B0. Windows color (decimal): -4471763 or 2999483. OLE color: 2999483.
HSL color Cylindrical-coordinate representation of color #BBC42D: hue angle of 63.58º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC42D is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 45 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.23 |
| HSL | 63.58º | 0.63% | 0.47% | - |
| HSV(B) | 63.58º | 0.77% | 0.77% | - |
| XYZ | 40.71 | 50.23 | 10.03 | - |
| YUV | 176.1 | 54.02 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 45 | 0.05 | 0 | 0.77 | 0.23 | 63.58 | 0.63 | 0.47 |
| Hex | BB | C4 | 2D | 5 | 0 | 4D | 17 | 40 | 3F | 2F |
| Octal | 273 | 304 | 55 | 5 | 0 | 115 | 27 | 100 | 77 | 57 |
| Binary | 10111011 | 11000100 | 101101 | 101 | 0 | 1001101 | 10111 | 1000000 | 111111 | 101111 |
Color Harmonies of #BBC42D
Complementary color
Monochromatic Colors of #BBC42D
Black with #BBC42D
Text Example
Text Example
White with #BBC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC42D; }
p { color: rgb(187,196,45); }
H1.HeaderClassName
{
color: #BBC42D;
}
.AnyTagClassName
{
color: #BBC42D;
}
</style>
background-color css
<style>
a { background-color: #BBC42D; }
a { background-color: rgb(187,196,45); }
div.DivClassName
{
background-color: #BBC42D;
}
.BgClassName
{
background-color: #BBC42D;
}
</style>
border-color css
<style>
span { border-color: #BBC42D; }
span { border-color: rgb(187,196,45); }
td.TdClassName
{
border-color: #BBC42D;
}
.TagClassName
{
border-color: #BBC42D;
}
</style>