Shades of Rio Grande #BAD01C
Tints of Rio Grande #BAD01C
RGB
CMYK
RGB Variations
Color information
#BAD01C (or 0xBAD01C) is known color: Rio Grande. HEX triplet: BA, D0 and 1C. RGB value is (186,208,28). Sum of RGB (Red+Green+Blue) = 186+208+28=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD01C is #452FE3. Grayscale: #B5B5B5. Windows color (decimal): -4534244 or 1888442. OLE color: 1888442.
HSL color Cylindrical-coordinate representation of color #BAD01C: hue angle of 67.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAD01C is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 208 | 28 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.18 |
| HSL | 67.33º | 0.76% | 0.46% | - |
| HSV(B) | 67.33º | 0.87% | 0.82% | - |
| XYZ | 43.02 | 55.63 | 9.57 | - |
| YUV | 180.9 | 41.71 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 208 | 28 | 0.11 | 0 | 0.87 | 0.18 | 67.33 | 0.76 | 0.46 |
| Hex | BA | D0 | 1C | B | 0 | 57 | 12 | 43 | 4C | 2E |
| Octal | 272 | 320 | 34 | 13 | 0 | 127 | 22 | 103 | 114 | 56 |
| Binary | 10111010 | 11010000 | 11100 | 1011 | 0 | 1010111 | 10010 | 1000011 | 1001100 | 101110 |
Color Harmonies of #BAD01C
Complementary color
Monochromatic Colors of #BAD01C
Black with #BAD01C
Text Example
Text Example
White with #BAD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD01C; }
p { color: rgb(186,208,28); }
H1.HeaderClassName
{
color: #BAD01C;
}
.AnyTagClassName
{
color: #BAD01C;
}
</style>
background-color css
<style>
a { background-color: #BAD01C; }
a { background-color: rgb(186,208,28); }
div.DivClassName
{
background-color: #BAD01C;
}
.BgClassName
{
background-color: #BAD01C;
}
</style>
border-color css
<style>
span { border-color: #BAD01C; }
span { border-color: rgb(186,208,28); }
td.TdClassName
{
border-color: #BAD01C;
}
.TagClassName
{
border-color: #BAD01C;
}
</style>