Shades of Rio Grande #B2C01C
Tints of Rio Grande #B2C01C
RGB
CMYK
RGB Variations
Color information
#B2C01C (or 0xB2C01C) is known color: Rio Grande. HEX triplet: B2, C0 and 1C. RGB value is (178,192,28). Sum of RGB (Red+Green+Blue) = 178+192+28=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C01C is #4D3FE3. Grayscale: #A9A9A9. Windows color (decimal): -5062628 or 1884338. OLE color: 1884338.
HSL color Cylindrical-coordinate representation of color #B2C01C: hue angle of 65.12º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2C01C is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 28 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.25 |
| HSL | 65.12º | 0.75% | 0.43% | - |
| HSV(B) | 65.12º | 0.85% | 0.75% | - |
| XYZ | 37.42 | 47.25 | 8.25 | - |
| YUV | 169.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 28 | 0.07 | 0 | 0.85 | 0.25 | 65.12 | 0.75 | 0.43 |
| Hex | B2 | C0 | 1C | 7 | 0 | 55 | 19 | 41 | 4B | 2B |
| Octal | 262 | 300 | 34 | 7 | 0 | 125 | 31 | 101 | 113 | 53 |
| Binary | 10110010 | 11000000 | 11100 | 111 | 0 | 1010101 | 11001 | 1000001 | 1001011 | 101011 |
Color Harmonies of #B2C01C
Complementary color
Monochromatic Colors of #B2C01C
Black with #B2C01C
Text Example
Text Example
White with #B2C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C01C; }
p { color: rgb(178,192,28); }
H1.HeaderClassName
{
color: #B2C01C;
}
.AnyTagClassName
{
color: #B2C01C;
}
</style>
background-color css
<style>
a { background-color: #B2C01C; }
a { background-color: rgb(178,192,28); }
div.DivClassName
{
background-color: #B2C01C;
}
.BgClassName
{
background-color: #B2C01C;
}
</style>
border-color css
<style>
span { border-color: #B2C01C; }
span { border-color: rgb(178,192,28); }
td.TdClassName
{
border-color: #B2C01C;
}
.TagClassName
{
border-color: #B2C01C;
}
</style>