Shades of Rio Grande #BACC1B
Tints of Rio Grande #BACC1B
RGB
CMYK
RGB Variations
Color information
#BACC1B (or 0xBACC1B) is known color: Rio Grande. HEX triplet: BA, CC and 1B. RGB value is (186,204,27). Sum of RGB (Red+Green+Blue) = 186+204+27=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC1B is #4533E4. Grayscale: #B3B3B3. Windows color (decimal): -4535269 or 1821882. OLE color: 1821882.
HSL color Cylindrical-coordinate representation of color #BACC1B: hue angle of 66.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BACC1B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.2 |
| HSL | 66.1º | 0.77% | 0.45% | - |
| HSV(B) | 66.1º | 0.87% | 0.8% | - |
| XYZ | 42.04 | 53.7 | 9.19 | - |
| YUV | 178.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 27 | 0.09 | 0 | 0.87 | 0.2 | 66.1 | 0.77 | 0.45 |
| Hex | BA | CC | 1B | 9 | 0 | 57 | 14 | 42 | 4D | 2D |
| Octal | 272 | 314 | 33 | 11 | 0 | 127 | 24 | 102 | 115 | 55 |
| Binary | 10111010 | 11001100 | 11011 | 1001 | 0 | 1010111 | 10100 | 1000010 | 1001101 | 101101 |
Color Harmonies of #BACC1B
Complementary color
Monochromatic Colors of #BACC1B
Black with #BACC1B
Text Example
Text Example
White with #BACC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC1B; }
p { color: rgb(186,204,27); }
H1.HeaderClassName
{
color: #BACC1B;
}
.AnyTagClassName
{
color: #BACC1B;
}
</style>
background-color css
<style>
a { background-color: #BACC1B; }
a { background-color: rgb(186,204,27); }
div.DivClassName
{
background-color: #BACC1B;
}
.BgClassName
{
background-color: #BACC1B;
}
</style>
border-color css
<style>
span { border-color: #BACC1B; }
span { border-color: rgb(186,204,27); }
td.TdClassName
{
border-color: #BACC1B;
}
.TagClassName
{
border-color: #BACC1B;
}
</style>