Shades of Rio Grande #B8C01A
Tints of Rio Grande #B8C01A
RGB
CMYK
RGB Variations
Color information
#B8C01A (or 0xB8C01A) is known color: Rio Grande. HEX triplet: B8, C0 and 1A. RGB value is (184,192,26). Sum of RGB (Red+Green+Blue) = 184+192+26=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C01A is #473FE5. Grayscale: #ABABAB. Windows color (decimal): -4669414 or 1753272. OLE color: 1753272.
HSL color Cylindrical-coordinate representation of color #B8C01A: hue angle of 62.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8C01A is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 26 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.25 |
| HSL | 62.89º | 0.76% | 0.43% | - |
| HSV(B) | 62.89º | 0.86% | 0.75% | - |
| XYZ | 38.8 | 47.96 | 8.19 | - |
| YUV | 170.68 | 46.35 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 26 | 0.04 | 0 | 0.86 | 0.25 | 62.89 | 0.76 | 0.43 |
| Hex | B8 | C0 | 1A | 4 | 0 | 56 | 19 | 3F | 4C | 2B |
| Octal | 270 | 300 | 32 | 4 | 0 | 126 | 31 | 77 | 114 | 53 |
| Binary | 10111000 | 11000000 | 11010 | 100 | 0 | 1010110 | 11001 | 111111 | 1001100 | 101011 |
Color Harmonies of #B8C01A
Complementary color
Monochromatic Colors of #B8C01A
Black with #B8C01A
Text Example
Text Example
White with #B8C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C01A; }
p { color: rgb(184,192,26); }
H1.HeaderClassName
{
color: #B8C01A;
}
.AnyTagClassName
{
color: #B8C01A;
}
</style>
background-color css
<style>
a { background-color: #B8C01A; }
a { background-color: rgb(184,192,26); }
div.DivClassName
{
background-color: #B8C01A;
}
.BgClassName
{
background-color: #B8C01A;
}
</style>
border-color css
<style>
span { border-color: #B8C01A; }
span { border-color: rgb(184,192,26); }
td.TdClassName
{
border-color: #B8C01A;
}
.TagClassName
{
border-color: #B8C01A;
}
</style>