Shades of Rio Grande #BAC42D
Tints of Rio Grande #BAC42D
RGB
CMYK
RGB Variations
Color information
#BAC42D (or 0xBAC42D) is known color: Rio Grande. HEX triplet: BA, C4 and 2D. RGB value is (186,196,45). Sum of RGB (Red+Green+Blue) = 186+196+45=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC42D is #453BD2. Grayscale: #B0B0B0. Windows color (decimal): -4537299 or 2999482. OLE color: 2999482.
HSL color Cylindrical-coordinate representation of color #BAC42D: hue angle of 63.97º 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 #BAC42D is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 196 | 45 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.23 |
| HSL | 63.97º | 0.63% | 0.47% | - |
| HSV(B) | 63.97º | 0.77% | 0.77% | - |
| XYZ | 40.46 | 50.11 | 10.02 | - |
| YUV | 175.8 | 54.19 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 196 | 45 | 0.05 | 0 | 0.77 | 0.23 | 63.97 | 0.63 | 0.47 |
| Hex | BA | C4 | 2D | 5 | 0 | 4D | 17 | 40 | 3F | 2F |
| Octal | 272 | 304 | 55 | 5 | 0 | 115 | 27 | 100 | 77 | 57 |
| Binary | 10111010 | 11000100 | 101101 | 101 | 0 | 1001101 | 10111 | 1000000 | 111111 | 101111 |
Color Harmonies of #BAC42D
Complementary color
Monochromatic Colors of #BAC42D
Black with #BAC42D
Text Example
Text Example
White with #BAC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC42D; }
p { color: rgb(186,196,45); }
H1.HeaderClassName
{
color: #BAC42D;
}
.AnyTagClassName
{
color: #BAC42D;
}
</style>
background-color css
<style>
a { background-color: #BAC42D; }
a { background-color: rgb(186,196,45); }
div.DivClassName
{
background-color: #BAC42D;
}
.BgClassName
{
background-color: #BAC42D;
}
</style>
border-color css
<style>
span { border-color: #BAC42D; }
span { border-color: rgb(186,196,45); }
td.TdClassName
{
border-color: #BAC42D;
}
.TagClassName
{
border-color: #BAC42D;
}
</style>