Shades of Rio Grande #BABB1C
Tints of Rio Grande #BABB1C
RGB
CMYK
RGB Variations
Color information
#BABB1C (or 0xBABB1C) is known color: Rio Grande. HEX triplet: BA, BB and 1C. RGB value is (186,187,28). Sum of RGB (Red+Green+Blue) = 186+187+28=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB1C is #4544E3. Grayscale: #A9A9A9. Windows color (decimal): -4539620 or 1883066. OLE color: 1883066.
HSL color Cylindrical-coordinate representation of color #BABB1C: hue angle of 60.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BABB1C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 187 | 28 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.27 |
| HSL | 60.38º | 0.74% | 0.42% | - |
| HSV(B) | 60.38º | 0.85% | 0.73% | - |
| XYZ | 38.23 | 46.06 | 7.97 | - |
| YUV | 168.58 | 48.67 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 187 | 28 | 0.01 | 0 | 0.85 | 0.27 | 60.38 | 0.74 | 0.42 |
| Hex | BA | BB | 1C | 1 | 0 | 55 | 1B | 3C | 4A | 2A |
| Octal | 272 | 273 | 34 | 1 | 0 | 125 | 33 | 74 | 112 | 52 |
| Binary | 10111010 | 10111011 | 11100 | 1 | 0 | 1010101 | 11011 | 111100 | 1001010 | 101010 |
Color Harmonies of #BABB1C
Complementary color
Monochromatic Colors of #BABB1C
Black with #BABB1C
Text Example
Text Example
White with #BABB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABB1C; }
p { color: rgb(186,187,28); }
H1.HeaderClassName
{
color: #BABB1C;
}
.AnyTagClassName
{
color: #BABB1C;
}
</style>
background-color css
<style>
a { background-color: #BABB1C; }
a { background-color: rgb(186,187,28); }
div.DivClassName
{
background-color: #BABB1C;
}
.BgClassName
{
background-color: #BABB1C;
}
</style>
border-color css
<style>
span { border-color: #BABB1C; }
span { border-color: rgb(186,187,28); }
td.TdClassName
{
border-color: #BABB1C;
}
.TagClassName
{
border-color: #BABB1C;
}
</style>