Shades of Rio Grande #B8C612
Tints of Rio Grande #B8C612
RGB
CMYK
RGB Variations
Color information
#B8C612 (or 0xB8C612) is known color: Rio Grande. HEX triplet: B8, C6 and 12. RGB value is (184,198,18). Sum of RGB (Red+Green+Blue) = 184+198+18=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C612 is #4739ED. Grayscale: #ADADAD. Windows color (decimal): -4667886 or 1230520. OLE color: 1230520.
HSL color Cylindrical-coordinate representation of color #B8C612: hue angle of 64.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8C612 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 18 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.22 |
| HSL | 64.67º | 0.83% | 0.42% | - |
| HSV(B) | 64.67º | 0.91% | 0.78% | - |
| XYZ | 40.07 | 50.62 | 8.23 | - |
| YUV | 173.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 18 | 0.07 | 0 | 0.91 | 0.22 | 64.67 | 0.83 | 0.42 |
| Hex | B8 | C6 | 12 | 7 | 0 | 5B | 16 | 41 | 53 | 2A |
| Octal | 270 | 306 | 22 | 7 | 0 | 133 | 26 | 101 | 123 | 52 |
| Binary | 10111000 | 11000110 | 10010 | 111 | 0 | 1011011 | 10110 | 1000001 | 1010011 | 101010 |
Color Harmonies of #B8C612
Complementary color
Monochromatic Colors of #B8C612
Black with #B8C612
Text Example
Text Example
White with #B8C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C612; }
p { color: rgb(184,198,18); }
H1.HeaderClassName
{
color: #B8C612;
}
.AnyTagClassName
{
color: #B8C612;
}
</style>
background-color css
<style>
a { background-color: #B8C612; }
a { background-color: rgb(184,198,18); }
div.DivClassName
{
background-color: #B8C612;
}
.BgClassName
{
background-color: #B8C612;
}
</style>
border-color css
<style>
span { border-color: #B8C612; }
span { border-color: rgb(184,198,18); }
td.TdClassName
{
border-color: #B8C612;
}
.TagClassName
{
border-color: #B8C612;
}
</style>