Shades of Rio Grande #B9C812
Tints of Rio Grande #B9C812
RGB
CMYK
RGB Variations
Color information
#B9C812 (or 0xB9C812) is known color: Rio Grande. HEX triplet: B9, C8 and 12. RGB value is (185,200,18). Sum of RGB (Red+Green+Blue) = 185+200+18=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C812 is #4637ED. Grayscale: #AFAFAF. Windows color (decimal): -4601838 or 1231033. OLE color: 1231033.
HSL color Cylindrical-coordinate representation of color #B9C812: hue angle of 64.95º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9C812 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.22 |
| HSL | 64.95º | 0.83% | 0.43% | - |
| HSV(B) | 64.95º | 0.91% | 0.78% | - |
| XYZ | 40.77 | 51.67 | 8.4 | - |
| YUV | 174.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 18 | 0.08 | 0 | 0.91 | 0.22 | 64.95 | 0.83 | 0.43 |
| Hex | B9 | C8 | 12 | 8 | 0 | 5B | 16 | 41 | 53 | 2B |
| Octal | 271 | 310 | 22 | 10 | 0 | 133 | 26 | 101 | 123 | 53 |
| Binary | 10111001 | 11001000 | 10010 | 1000 | 0 | 1011011 | 10110 | 1000001 | 1010011 | 101011 |
Color Harmonies of #B9C812
Complementary color
Monochromatic Colors of #B9C812
Black with #B9C812
Text Example
Text Example
White with #B9C812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C812; }
p { color: rgb(185,200,18); }
H1.HeaderClassName
{
color: #B9C812;
}
.AnyTagClassName
{
color: #B9C812;
}
</style>
background-color css
<style>
a { background-color: #B9C812; }
a { background-color: rgb(185,200,18); }
div.DivClassName
{
background-color: #B9C812;
}
.BgClassName
{
background-color: #B9C812;
}
</style>
border-color css
<style>
span { border-color: #B9C812; }
span { border-color: rgb(185,200,18); }
td.TdClassName
{
border-color: #B9C812;
}
.TagClassName
{
border-color: #B9C812;
}
</style>