Shades of Rio Grande #B7CA12
Tints of Rio Grande #B7CA12
RGB
CMYK
RGB Variations
Color information
#B7CA12 (or 0xB7CA12) is known color: Rio Grande. HEX triplet: B7, CA and 12. RGB value is (183,202,18). Sum of RGB (Red+Green+Blue) = 183+202+18=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CA12 is #4835ED. Grayscale: #B0B0B0. Windows color (decimal): -4732398 or 1231543. OLE color: 1231543.
HSL color Cylindrical-coordinate representation of color #B7CA12: hue angle of 66.2º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7CA12 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 18 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.21 |
| HSL | 66.2º | 0.84% | 0.43% | - |
| HSV(B) | 66.2º | 0.91% | 0.79% | - |
| XYZ | 40.76 | 52.35 | 8.53 | - |
| YUV | 175.34 | 39.21 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 18 | 0.09 | 0 | 0.91 | 0.21 | 66.2 | 0.84 | 0.43 |
| Hex | B7 | CA | 12 | 9 | 0 | 5B | 15 | 42 | 54 | 2B |
| Octal | 267 | 312 | 22 | 11 | 0 | 133 | 25 | 102 | 124 | 53 |
| Binary | 10110111 | 11001010 | 10010 | 1001 | 0 | 1011011 | 10101 | 1000010 | 1010100 | 101011 |
Color Harmonies of #B7CA12
Complementary color
Monochromatic Colors of #B7CA12
Black with #B7CA12
Text Example
Text Example
White with #B7CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA12; }
p { color: rgb(183,202,18); }
H1.HeaderClassName
{
color: #B7CA12;
}
.AnyTagClassName
{
color: #B7CA12;
}
</style>
background-color css
<style>
a { background-color: #B7CA12; }
a { background-color: rgb(183,202,18); }
div.DivClassName
{
background-color: #B7CA12;
}
.BgClassName
{
background-color: #B7CA12;
}
</style>
border-color css
<style>
span { border-color: #B7CA12; }
span { border-color: rgb(183,202,18); }
td.TdClassName
{
border-color: #B7CA12;
}
.TagClassName
{
border-color: #B7CA12;
}
</style>