Shades of Rio Grande #B7CA1D
Tints of Rio Grande #B7CA1D
RGB
CMYK
RGB Variations
Color information
#B7CA1D (or 0xB7CA1D) is known color: Rio Grande. HEX triplet: B7, CA and 1D. RGB value is (183,202,29). Sum of RGB (Red+Green+Blue) = 183+202+29=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA1D is #4835E2. Grayscale: #B1B1B1. Windows color (decimal): -4732387 or 1952439. OLE color: 1952439.
HSL color Cylindrical-coordinate representation of color #B7CA1D: hue angle of 66.59º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7CA1D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 29 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.21 |
| HSL | 66.59º | 0.75% | 0.45% | - |
| HSV(B) | 66.59º | 0.86% | 0.79% | - |
| XYZ | 40.87 | 52.4 | 9.12 | - |
| YUV | 176.6 | 44.71 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 29 | 0.09 | 0 | 0.86 | 0.21 | 66.59 | 0.75 | 0.45 |
| Hex | B7 | CA | 1D | 9 | 0 | 56 | 15 | 43 | 4B | 2D |
| Octal | 267 | 312 | 35 | 11 | 0 | 126 | 25 | 103 | 113 | 55 |
| Binary | 10110111 | 11001010 | 11101 | 1001 | 0 | 1010110 | 10101 | 1000011 | 1001011 | 101101 |
Color Harmonies of #B7CA1D
Complementary color
Monochromatic Colors of #B7CA1D
Black with #B7CA1D
Text Example
Text Example
White with #B7CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA1D; }
p { color: rgb(183,202,29); }
H1.HeaderClassName
{
color: #B7CA1D;
}
.AnyTagClassName
{
color: #B7CA1D;
}
</style>
background-color css
<style>
a { background-color: #B7CA1D; }
a { background-color: rgb(183,202,29); }
div.DivClassName
{
background-color: #B7CA1D;
}
.BgClassName
{
background-color: #B7CA1D;
}
</style>
border-color css
<style>
span { border-color: #B7CA1D; }
span { border-color: rgb(183,202,29); }
td.TdClassName
{
border-color: #B7CA1D;
}
.TagClassName
{
border-color: #B7CA1D;
}
</style>