Shades of Rio Grande #B6C02D
Tints of Rio Grande #B6C02D
RGB
CMYK
RGB Variations
Color information
#B6C02D (or 0xB6C02D) is known color: Rio Grande. HEX triplet: B6, C0 and 2D. RGB value is (182,192,45). Sum of RGB (Red+Green+Blue) = 182+192+45=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C02D is #493FD2. Grayscale: #ACACAC. Windows color (decimal): -4800467 or 2998454. OLE color: 2998454.
HSL color Cylindrical-coordinate representation of color #B6C02D: hue angle of 64.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6C02D is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 45 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.25 |
| HSL | 64.08º | 0.62% | 0.46% | - |
| HSV(B) | 64.08º | 0.77% | 0.75% | - |
| XYZ | 38.61 | 47.83 | 9.68 | - |
| YUV | 172.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 45 | 0.05 | 0 | 0.77 | 0.25 | 64.08 | 0.62 | 0.46 |
| Hex | B6 | C0 | 2D | 5 | 0 | 4D | 19 | 40 | 3E | 2E |
| Octal | 266 | 300 | 55 | 5 | 0 | 115 | 31 | 100 | 76 | 56 |
| Binary | 10110110 | 11000000 | 101101 | 101 | 0 | 1001101 | 11001 | 1000000 | 111110 | 101110 |
Color Harmonies of #B6C02D
Complementary color
Monochromatic Colors of #B6C02D
Black with #B6C02D
Text Example
Text Example
White with #B6C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C02D; }
p { color: rgb(182,192,45); }
H1.HeaderClassName
{
color: #B6C02D;
}
.AnyTagClassName
{
color: #B6C02D;
}
</style>
background-color css
<style>
a { background-color: #B6C02D; }
a { background-color: rgb(182,192,45); }
div.DivClassName
{
background-color: #B6C02D;
}
.BgClassName
{
background-color: #B6C02D;
}
</style>
border-color css
<style>
span { border-color: #B6C02D; }
span { border-color: rgb(182,192,45); }
td.TdClassName
{
border-color: #B6C02D;
}
.TagClassName
{
border-color: #B6C02D;
}
</style>