Shades of Rio Grande #B8C31F
Tints of Rio Grande #B8C31F
RGB
CMYK
RGB Variations
Color information
#B8C31F (or 0xB8C31F) is known color: Rio Grande. HEX triplet: B8, C3 and 1F. RGB value is (184,195,31). Sum of RGB (Red+Green+Blue) = 184+195+31=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C31F is #473CE0. Grayscale: #ADADAD. Windows color (decimal): -4668641 or 2081720. OLE color: 2081720.
HSL color Cylindrical-coordinate representation of color #B8C31F: hue angle of 64.02º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8C31F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 31 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.24 |
| HSL | 64.02º | 0.73% | 0.44% | - |
| HSV(B) | 64.02º | 0.84% | 0.76% | - |
| XYZ | 39.53 | 49.32 | 8.73 | - |
| YUV | 173.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 31 | 0.06 | 0 | 0.84 | 0.24 | 64.02 | 0.73 | 0.44 |
| Hex | B8 | C3 | 1F | 6 | 0 | 54 | 18 | 40 | 49 | 2C |
| Octal | 270 | 303 | 37 | 6 | 0 | 124 | 30 | 100 | 111 | 54 |
| Binary | 10111000 | 11000011 | 11111 | 110 | 0 | 1010100 | 11000 | 1000000 | 1001001 | 101100 |
Color Harmonies of #B8C31F
Complementary color
Monochromatic Colors of #B8C31F
Black with #B8C31F
Text Example
Text Example
White with #B8C31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C31F; }
p { color: rgb(184,195,31); }
H1.HeaderClassName
{
color: #B8C31F;
}
.AnyTagClassName
{
color: #B8C31F;
}
</style>
background-color css
<style>
a { background-color: #B8C31F; }
a { background-color: rgb(184,195,31); }
div.DivClassName
{
background-color: #B8C31F;
}
.BgClassName
{
background-color: #B8C31F;
}
</style>
border-color css
<style>
span { border-color: #B8C31F; }
span { border-color: rgb(184,195,31); }
td.TdClassName
{
border-color: #B8C31F;
}
.TagClassName
{
border-color: #B8C31F;
}
</style>