Shades of Rio Grande #B7CA1A
Tints of Rio Grande #B7CA1A
RGB
CMYK
RGB Variations
Color information
#B7CA1A (or 0xB7CA1A) is known color: Rio Grande. HEX triplet: B7, CA and 1A. RGB value is (183,202,26). Sum of RGB (Red+Green+Blue) = 183+202+26=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA1A is #4835E5. Grayscale: #B0B0B0. Windows color (decimal): -4732390 or 1755831. OLE color: 1755831.
HSL color Cylindrical-coordinate representation of color #B7CA1A: hue angle of 66.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7CA1A is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 26 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.21 |
| HSL | 66.48º | 0.77% | 0.45% | - |
| HSV(B) | 66.48º | 0.87% | 0.79% | - |
| XYZ | 40.84 | 52.38 | 8.94 | - |
| YUV | 176.26 | 43.21 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 26 | 0.09 | 0 | 0.87 | 0.21 | 66.48 | 0.77 | 0.45 |
| Hex | B7 | CA | 1A | 9 | 0 | 57 | 15 | 42 | 4D | 2D |
| Octal | 267 | 312 | 32 | 11 | 0 | 127 | 25 | 102 | 115 | 55 |
| Binary | 10110111 | 11001010 | 11010 | 1001 | 0 | 1010111 | 10101 | 1000010 | 1001101 | 101101 |
Color Harmonies of #B7CA1A
Complementary color
Monochromatic Colors of #B7CA1A
Black with #B7CA1A
Text Example
Text Example
White with #B7CA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA1A; }
p { color: rgb(183,202,26); }
H1.HeaderClassName
{
color: #B7CA1A;
}
.AnyTagClassName
{
color: #B7CA1A;
}
</style>
background-color css
<style>
a { background-color: #B7CA1A; }
a { background-color: rgb(183,202,26); }
div.DivClassName
{
background-color: #B7CA1A;
}
.BgClassName
{
background-color: #B7CA1A;
}
</style>
border-color css
<style>
span { border-color: #B7CA1A; }
span { border-color: rgb(183,202,26); }
td.TdClassName
{
border-color: #B7CA1A;
}
.TagClassName
{
border-color: #B7CA1A;
}
</style>