Shades of Rio Grande #B7CA25
Tints of Rio Grande #B7CA25
RGB
CMYK
RGB Variations
Color information
#B7CA25 (or 0xB7CA25) is known color: Rio Grande. HEX triplet: B7, CA and 25. RGB value is (183,202,37). Sum of RGB (Red+Green+Blue) = 183+202+37=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA25 is #4835DA. Grayscale: #B2B2B2. Windows color (decimal): -4732379 or 2476727. OLE color: 2476727.
HSL color Cylindrical-coordinate representation of color #B7CA25: hue angle of 66.91º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7CA25 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 202 | 37 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.21 |
| HSL | 66.91º | 0.69% | 0.47% | - |
| HSV(B) | 66.91º | 0.82% | 0.79% | - |
| XYZ | 40.98 | 52.44 | 9.71 | - |
| YUV | 177.51 | 48.71 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 202 | 37 | 0.09 | 0 | 0.82 | 0.21 | 66.91 | 0.69 | 0.47 |
| Hex | B7 | CA | 25 | 9 | 0 | 52 | 15 | 43 | 45 | 2F |
| Octal | 267 | 312 | 45 | 11 | 0 | 122 | 25 | 103 | 105 | 57 |
| Binary | 10110111 | 11001010 | 100101 | 1001 | 0 | 1010010 | 10101 | 1000011 | 1000101 | 101111 |
Color Harmonies of #B7CA25
Complementary color
Monochromatic Colors of #B7CA25
Black with #B7CA25
Text Example
Text Example
White with #B7CA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CA25; }
p { color: rgb(183,202,37); }
H1.HeaderClassName
{
color: #B7CA25;
}
.AnyTagClassName
{
color: #B7CA25;
}
</style>
background-color css
<style>
a { background-color: #B7CA25; }
a { background-color: rgb(183,202,37); }
div.DivClassName
{
background-color: #B7CA25;
}
.BgClassName
{
background-color: #B7CA25;
}
</style>
border-color css
<style>
span { border-color: #B7CA25; }
span { border-color: rgb(183,202,37); }
td.TdClassName
{
border-color: #B7CA25;
}
.TagClassName
{
border-color: #B7CA25;
}
</style>