Shades of Rio Grande #B2C612
Tints of Rio Grande #B2C612
RGB
CMYK
RGB Variations
Color information
#B2C612 (or 0xB2C612) is known color: Rio Grande. HEX triplet: B2, C6 and 12. RGB value is (178,198,18). Sum of RGB (Red+Green+Blue) = 178+198+18=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C612 is #4D39ED. Grayscale: #ACACAC. Windows color (decimal): -5061102 or 1230514. OLE color: 1230514.
HSL color Cylindrical-coordinate representation of color #B2C612: hue angle of 66.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2C612 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 18 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.22 |
| HSL | 66.67º | 0.83% | 0.42% | - |
| HSV(B) | 66.67º | 0.91% | 0.78% | - |
| XYZ | 38.66 | 49.9 | 8.17 | - |
| YUV | 171.5 | 41.37 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 18 | 0.10 | 0 | 0.91 | 0.22 | 66.67 | 0.83 | 0.42 |
| Hex | B2 | C6 | 12 | A | 0 | 5B | 16 | 43 | 53 | 2A |
| Octal | 262 | 306 | 22 | 12 | 0 | 133 | 26 | 103 | 123 | 52 |
| Binary | 10110010 | 11000110 | 10010 | 1010 | 0 | 1011011 | 10110 | 1000011 | 1010011 | 101010 |
Color Harmonies of #B2C612
Complementary color
Monochromatic Colors of #B2C612
Black with #B2C612
Text Example
Text Example
White with #B2C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C612; }
p { color: rgb(178,198,18); }
H1.HeaderClassName
{
color: #B2C612;
}
.AnyTagClassName
{
color: #B2C612;
}
</style>
background-color css
<style>
a { background-color: #B2C612; }
a { background-color: rgb(178,198,18); }
div.DivClassName
{
background-color: #B2C612;
}
.BgClassName
{
background-color: #B2C612;
}
</style>
border-color css
<style>
span { border-color: #B2C612; }
span { border-color: rgb(178,198,18); }
td.TdClassName
{
border-color: #B2C612;
}
.TagClassName
{
border-color: #B2C612;
}
</style>