Shades of Rio Grande #B5C612
Tints of Rio Grande #B5C612
RGB
CMYK
RGB Variations
Color information
#B5C612 (or 0xB5C612) is known color: Rio Grande. HEX triplet: B5, C6 and 12. RGB value is (181,198,18). Sum of RGB (Red+Green+Blue) = 181+198+18=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C612 is #4A39ED. Grayscale: #ADADAD. Windows color (decimal): -4864494 or 1230517. OLE color: 1230517.
HSL color Cylindrical-coordinate representation of color #B5C612: hue angle of 65.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 #B5C612 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 18 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.22 |
| HSL | 65.67º | 0.83% | 0.42% | - |
| HSV(B) | 65.67º | 0.91% | 0.78% | - |
| XYZ | 39.36 | 50.26 | 8.2 | - |
| YUV | 172.4 | 40.87 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 18 | 0.09 | 0 | 0.91 | 0.22 | 65.67 | 0.83 | 0.42 |
| Hex | B5 | C6 | 12 | 9 | 0 | 5B | 16 | 42 | 53 | 2A |
| Octal | 265 | 306 | 22 | 11 | 0 | 133 | 26 | 102 | 123 | 52 |
| Binary | 10110101 | 11000110 | 10010 | 1001 | 0 | 1011011 | 10110 | 1000010 | 1010011 | 101010 |
Color Harmonies of #B5C612
Complementary color
Monochromatic Colors of #B5C612
Black with #B5C612
Text Example
Text Example
White with #B5C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C612; }
p { color: rgb(181,198,18); }
H1.HeaderClassName
{
color: #B5C612;
}
.AnyTagClassName
{
color: #B5C612;
}
</style>
background-color css
<style>
a { background-color: #B5C612; }
a { background-color: rgb(181,198,18); }
div.DivClassName
{
background-color: #B5C612;
}
.BgClassName
{
background-color: #B5C612;
}
</style>
border-color css
<style>
span { border-color: #B5C612; }
span { border-color: rgb(181,198,18); }
td.TdClassName
{
border-color: #B5C612;
}
.TagClassName
{
border-color: #B5C612;
}
</style>