Shades of Rio Grande #B9C12D
Tints of Rio Grande #B9C12D
RGB
CMYK
RGB Variations
Color information
#B9C12D (or 0xB9C12D) is known color: Rio Grande. HEX triplet: B9, C1 and 2D. RGB value is (185,193,45). Sum of RGB (Red+Green+Blue) = 185+193+45=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C12D is #463ED2. Grayscale: #AEAEAE. Windows color (decimal): -4603603 or 2998713. OLE color: 2998713.
HSL color Cylindrical-coordinate representation of color #B9C12D: hue angle of 63.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9C12D is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 45 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.24 |
| HSL | 63.24º | 0.62% | 0.47% | - |
| HSV(B) | 63.24º | 0.77% | 0.76% | - |
| XYZ | 39.55 | 48.64 | 9.79 | - |
| YUV | 173.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 45 | 0.04 | 0 | 0.77 | 0.24 | 63.24 | 0.62 | 0.47 |
| Hex | B9 | C1 | 2D | 4 | 0 | 4D | 18 | 3F | 3E | 2F |
| Octal | 271 | 301 | 55 | 4 | 0 | 115 | 30 | 77 | 76 | 57 |
| Binary | 10111001 | 11000001 | 101101 | 100 | 0 | 1001101 | 11000 | 111111 | 111110 | 101111 |
Color Harmonies of #B9C12D
Complementary color
Monochromatic Colors of #B9C12D
Black with #B9C12D
Text Example
Text Example
White with #B9C12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C12D; }
p { color: rgb(185,193,45); }
H1.HeaderClassName
{
color: #B9C12D;
}
.AnyTagClassName
{
color: #B9C12D;
}
</style>
background-color css
<style>
a { background-color: #B9C12D; }
a { background-color: rgb(185,193,45); }
div.DivClassName
{
background-color: #B9C12D;
}
.BgClassName
{
background-color: #B9C12D;
}
</style>
border-color css
<style>
span { border-color: #B9C12D; }
span { border-color: rgb(185,193,45); }
td.TdClassName
{
border-color: #B9C12D;
}
.TagClassName
{
border-color: #B9C12D;
}
</style>