Shades of Rio Grande #BACF12
Tints of Rio Grande #BACF12
RGB
CMYK
RGB Variations
Color information
#BACF12 (or 0xBACF12) is known color: Rio Grande. HEX triplet: BA, CF and 12. RGB value is (186,207,18). Sum of RGB (Red+Green+Blue) = 186+207+18=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACF12 is #4530ED. Grayscale: #B3B3B3. Windows color (decimal): -4534510 or 1232826. OLE color: 1232826.
HSL color Cylindrical-coordinate representation of color #BACF12: hue angle of 66.67º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BACF12 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 18 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.19 |
| HSL | 66.67º | 0.84% | 0.44% | - |
| HSV(B) | 66.67º | 0.91% | 0.81% | - |
| XYZ | 42.67 | 55.11 | 8.96 | - |
| YUV | 179.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 18 | 0.10 | 0 | 0.91 | 0.19 | 66.67 | 0.84 | 0.44 |
| Hex | BA | CF | 12 | A | 0 | 5B | 13 | 43 | 54 | 2C |
| Octal | 272 | 317 | 22 | 12 | 0 | 133 | 23 | 103 | 124 | 54 |
| Binary | 10111010 | 11001111 | 10010 | 1010 | 0 | 1011011 | 10011 | 1000011 | 1010100 | 101100 |
Color Harmonies of #BACF12
Complementary color
Monochromatic Colors of #BACF12
Black with #BACF12
Text Example
Text Example
White with #BACF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACF12; }
p { color: rgb(186,207,18); }
H1.HeaderClassName
{
color: #BACF12;
}
.AnyTagClassName
{
color: #BACF12;
}
</style>
background-color css
<style>
a { background-color: #BACF12; }
a { background-color: rgb(186,207,18); }
div.DivClassName
{
background-color: #BACF12;
}
.BgClassName
{
background-color: #BACF12;
}
</style>
border-color css
<style>
span { border-color: #BACF12; }
span { border-color: rgb(186,207,18); }
td.TdClassName
{
border-color: #BACF12;
}
.TagClassName
{
border-color: #BACF12;
}
</style>