Shades of Rio Grande #B8C61C
Tints of Rio Grande #B8C61C
RGB
CMYK
RGB Variations
Color information
#B8C61C (or 0xB8C61C) is known color: Rio Grande. HEX triplet: B8, C6 and 1C. RGB value is (184,198,28). Sum of RGB (Red+Green+Blue) = 184+198+28=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C61C is #4739E3. Grayscale: #AFAFAF. Windows color (decimal): -4667876 or 1885880. OLE color: 1885880.
HSL color Cylindrical-coordinate representation of color #B8C61C: hue angle of 64.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8C61C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 28 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.22 |
| HSL | 64.94º | 0.75% | 0.44% | - |
| HSV(B) | 64.94º | 0.86% | 0.78% | - |
| XYZ | 40.17 | 50.66 | 8.76 | - |
| YUV | 174.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 28 | 0.07 | 0 | 0.86 | 0.22 | 64.94 | 0.75 | 0.44 |
| Hex | B8 | C6 | 1C | 7 | 0 | 56 | 16 | 41 | 4B | 2C |
| Octal | 270 | 306 | 34 | 7 | 0 | 126 | 26 | 101 | 113 | 54 |
| Binary | 10111000 | 11000110 | 11100 | 111 | 0 | 1010110 | 10110 | 1000001 | 1001011 | 101100 |
Color Harmonies of #B8C61C
Complementary color
Monochromatic Colors of #B8C61C
Black with #B8C61C
Text Example
Text Example
White with #B8C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C61C; }
p { color: rgb(184,198,28); }
H1.HeaderClassName
{
color: #B8C61C;
}
.AnyTagClassName
{
color: #B8C61C;
}
</style>
background-color css
<style>
a { background-color: #B8C61C; }
a { background-color: rgb(184,198,28); }
div.DivClassName
{
background-color: #B8C61C;
}
.BgClassName
{
background-color: #B8C61C;
}
</style>
border-color css
<style>
span { border-color: #B8C61C; }
span { border-color: rgb(184,198,28); }
td.TdClassName
{
border-color: #B8C61C;
}
.TagClassName
{
border-color: #B8C61C;
}
</style>