Shades of Rio Grande #B0CA1E
Tints of Rio Grande #B0CA1E
RGB
CMYK
RGB Variations
Color information
#B0CA1E (or 0xB0CA1E) is known color: Rio Grande. HEX triplet: B0, CA and 1E. RGB value is (176,202,30). Sum of RGB (Red+Green+Blue) = 176+202+30=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 30 (12.11% from 255 or 7.35% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA1E is #4F35E1. Grayscale: #AFAFAF. Windows color (decimal): -5191138 or 2017968. OLE color: 2017968.
HSL color Cylindrical-coordinate representation of color #B0CA1E: hue angle of 69.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0CA1E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 30 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.21 |
| HSL | 69.07º | 0.74% | 0.45% | - |
| HSV(B) | 69.07º | 0.85% | 0.79% | - |
| XYZ | 39.26 | 51.56 | 9.11 | - |
| YUV | 174.62 | 46.39 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 30 | 0.13 | 0 | 0.85 | 0.21 | 69.07 | 0.74 | 0.45 |
| Hex | B0 | CA | 1E | D | 0 | 55 | 15 | 45 | 4A | 2D |
| Octal | 260 | 312 | 36 | 15 | 0 | 125 | 25 | 105 | 112 | 55 |
| Binary | 10110000 | 11001010 | 11110 | 1101 | 0 | 1010101 | 10101 | 1000101 | 1001010 | 101101 |
Color Harmonies of #B0CA1E
Complementary color
Monochromatic Colors of #B0CA1E
Black with #B0CA1E
Text Example
Text Example
White with #B0CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA1E; }
p { color: rgb(176,202,30); }
H1.HeaderClassName
{
color: #B0CA1E;
}
.AnyTagClassName
{
color: #B0CA1E;
}
</style>
background-color css
<style>
a { background-color: #B0CA1E; }
a { background-color: rgb(176,202,30); }
div.DivClassName
{
background-color: #B0CA1E;
}
.BgClassName
{
background-color: #B0CA1E;
}
</style>
border-color css
<style>
span { border-color: #B0CA1E; }
span { border-color: rgb(176,202,30); }
td.TdClassName
{
border-color: #B0CA1E;
}
.TagClassName
{
border-color: #B0CA1E;
}
</style>