Shades of Rio Grande #B7C812
Tints of Rio Grande #B7C812
RGB
CMYK
RGB Variations
Color information
#B7C812 (or 0xB7C812) is known color: Rio Grande. HEX triplet: B7, C8 and 12. RGB value is (183,200,18). Sum of RGB (Red+Green+Blue) = 183+200+18=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C812 is #4837ED. Grayscale: #AEAEAE. Windows color (decimal): -4732910 or 1231031. OLE color: 1231031.
HSL color Cylindrical-coordinate representation of color #B7C812: hue angle of 65.6º 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 #B7C812 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 200 | 18 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.22 |
| HSL | 65.6º | 0.83% | 0.43% | - |
| HSV(B) | 65.6º | 0.91% | 0.78% | - |
| XYZ | 40.29 | 51.42 | 8.37 | - |
| YUV | 174.17 | 39.87 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 200 | 18 | 0.08 | 0 | 0.91 | 0.22 | 65.6 | 0.83 | 0.43 |
| Hex | B7 | C8 | 12 | 8 | 0 | 5B | 16 | 42 | 53 | 2B |
| Octal | 267 | 310 | 22 | 10 | 0 | 133 | 26 | 102 | 123 | 53 |
| Binary | 10110111 | 11001000 | 10010 | 1000 | 0 | 1011011 | 10110 | 1000010 | 1010011 | 101011 |
Color Harmonies of #B7C812
Complementary color
Monochromatic Colors of #B7C812
Black with #B7C812
Text Example
Text Example
White with #B7C812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C812; }
p { color: rgb(183,200,18); }
H1.HeaderClassName
{
color: #B7C812;
}
.AnyTagClassName
{
color: #B7C812;
}
</style>
background-color css
<style>
a { background-color: #B7C812; }
a { background-color: rgb(183,200,18); }
div.DivClassName
{
background-color: #B7C812;
}
.BgClassName
{
background-color: #B7C812;
}
</style>
border-color css
<style>
span { border-color: #B7C812; }
span { border-color: rgb(183,200,18); }
td.TdClassName
{
border-color: #B7C812;
}
.TagClassName
{
border-color: #B7C812;
}
</style>