Shades of Rio Grande #B8BF20
Tints of Rio Grande #B8BF20
RGB
CMYK
RGB Variations
Color information
#B8BF20 (or 0xB8BF20) is known color: Rio Grande. HEX triplet: B8, BF and 20. RGB value is (184,191,32). Sum of RGB (Red+Green+Blue) = 184+191+32=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BF20 is #4740DF. Grayscale: #ABABAB. Windows color (decimal): -4669664 or 2146232. OLE color: 2146232.
HSL color Cylindrical-coordinate representation of color #B8BF20: hue angle of 62.64º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8BF20 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 32 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.25 |
| HSL | 62.64º | 0.71% | 0.44% | - |
| HSV(B) | 62.64º | 0.83% | 0.75% | - |
| XYZ | 38.66 | 47.56 | 8.51 | - |
| YUV | 170.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 32 | 0.04 | 0 | 0.83 | 0.25 | 62.64 | 0.71 | 0.44 |
| Hex | B8 | BF | 20 | 4 | 0 | 53 | 19 | 3F | 47 | 2C |
| Octal | 270 | 277 | 40 | 4 | 0 | 123 | 31 | 77 | 107 | 54 |
| Binary | 10111000 | 10111111 | 100000 | 100 | 0 | 1010011 | 11001 | 111111 | 1000111 | 101100 |
Color Harmonies of #B8BF20
Complementary color
Monochromatic Colors of #B8BF20
Black with #B8BF20
Text Example
Text Example
White with #B8BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF20; }
p { color: rgb(184,191,32); }
H1.HeaderClassName
{
color: #B8BF20;
}
.AnyTagClassName
{
color: #B8BF20;
}
</style>
background-color css
<style>
a { background-color: #B8BF20; }
a { background-color: rgb(184,191,32); }
div.DivClassName
{
background-color: #B8BF20;
}
.BgClassName
{
background-color: #B8BF20;
}
</style>
border-color css
<style>
span { border-color: #B8BF20; }
span { border-color: rgb(184,191,32); }
td.TdClassName
{
border-color: #B8BF20;
}
.TagClassName
{
border-color: #B8BF20;
}
</style>