Shades of Rio Grande #B8C01B
Tints of Rio Grande #B8C01B
RGB
CMYK
RGB Variations
Color information
#B8C01B (or 0xB8C01B) is known color: Rio Grande. HEX triplet: B8, C0 and 1B. RGB value is (184,192,27). Sum of RGB (Red+Green+Blue) = 184+192+27=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C01B is #473FE4. Grayscale: #ABABAB. Windows color (decimal): -4669413 or 1818808. OLE color: 1818808.
HSL color Cylindrical-coordinate representation of color #B8C01B: hue angle of 62.91º degrees, saturation: 0.75, 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 #B8C01B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 27 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.25 |
| HSL | 62.91º | 0.75% | 0.43% | - |
| HSV(B) | 62.91º | 0.86% | 0.75% | - |
| XYZ | 38.81 | 47.97 | 8.25 | - |
| YUV | 170.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 27 | 0.04 | 0 | 0.86 | 0.25 | 62.91 | 0.75 | 0.43 |
| Hex | B8 | C0 | 1B | 4 | 0 | 56 | 19 | 3F | 4B | 2B |
| Octal | 270 | 300 | 33 | 4 | 0 | 126 | 31 | 77 | 113 | 53 |
| Binary | 10111000 | 11000000 | 11011 | 100 | 0 | 1010110 | 11001 | 111111 | 1001011 | 101011 |
Color Harmonies of #B8C01B
Complementary color
Monochromatic Colors of #B8C01B
Black with #B8C01B
Text Example
Text Example
White with #B8C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C01B; }
p { color: rgb(184,192,27); }
H1.HeaderClassName
{
color: #B8C01B;
}
.AnyTagClassName
{
color: #B8C01B;
}
</style>
background-color css
<style>
a { background-color: #B8C01B; }
a { background-color: rgb(184,192,27); }
div.DivClassName
{
background-color: #B8C01B;
}
.BgClassName
{
background-color: #B8C01B;
}
</style>
border-color css
<style>
span { border-color: #B8C01B; }
span { border-color: rgb(184,192,27); }
td.TdClassName
{
border-color: #B8C01B;
}
.TagClassName
{
border-color: #B8C01B;
}
</style>