Shades of Rio Grande #B8C51C
Tints of Rio Grande #B8C51C
RGB
CMYK
RGB Variations
Color information
#B8C51C (or 0xB8C51C) is known color: Rio Grande. HEX triplet: B8, C5 and 1C. RGB value is (184,197,28). Sum of RGB (Red+Green+Blue) = 184+197+28=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C51C is #473AE3. Grayscale: #AEAEAE. Windows color (decimal): -4668132 or 1885624. OLE color: 1885624.
HSL color Cylindrical-coordinate representation of color #B8C51C: hue angle of 64.62º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8C51C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 197 | 28 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.23 |
| HSL | 64.62º | 0.75% | 0.44% | - |
| HSV(B) | 64.62º | 0.86% | 0.77% | - |
| XYZ | 39.94 | 50.21 | 8.68 | - |
| YUV | 173.85 | 45.69 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 197 | 28 | 0.07 | 0 | 0.86 | 0.23 | 64.62 | 0.75 | 0.44 |
| Hex | B8 | C5 | 1C | 7 | 0 | 56 | 17 | 41 | 4B | 2C |
| Octal | 270 | 305 | 34 | 7 | 0 | 126 | 27 | 101 | 113 | 54 |
| Binary | 10111000 | 11000101 | 11100 | 111 | 0 | 1010110 | 10111 | 1000001 | 1001011 | 101100 |
Color Harmonies of #B8C51C
Complementary color
Monochromatic Colors of #B8C51C
Black with #B8C51C
Text Example
Text Example
White with #B8C51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C51C; }
p { color: rgb(184,197,28); }
H1.HeaderClassName
{
color: #B8C51C;
}
.AnyTagClassName
{
color: #B8C51C;
}
</style>
background-color css
<style>
a { background-color: #B8C51C; }
a { background-color: rgb(184,197,28); }
div.DivClassName
{
background-color: #B8C51C;
}
.BgClassName
{
background-color: #B8C51C;
}
</style>
border-color css
<style>
span { border-color: #B8C51C; }
span { border-color: rgb(184,197,28); }
td.TdClassName
{
border-color: #B8C51C;
}
.TagClassName
{
border-color: #B8C51C;
}
</style>