Shades of Rio Grande #B8BC32
Tints of Rio Grande #B8BC32
RGB
CMYK
RGB Variations
Color information
#B8BC32 (or 0xB8BC32) is known color: Rio Grande. HEX triplet: B8, BC and 32. RGB value is (184,188,50). Sum of RGB (Red+Green+Blue) = 184+188+50=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC32 is #4743CD. Grayscale: #ABABAB. Windows color (decimal): -4670414 or 3325112. OLE color: 3325112.
HSL color Cylindrical-coordinate representation of color #B8BC32: hue angle of 61.74º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8BC32 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 50 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.26 |
| HSL | 61.74º | 0.58% | 0.47% | - |
| HSV(B) | 61.74º | 0.73% | 0.74% | - |
| XYZ | 38.33 | 46.39 | 9.95 | - |
| YUV | 171.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 50 | 0.02 | 0 | 0.73 | 0.26 | 61.74 | 0.58 | 0.47 |
| Hex | B8 | BC | 32 | 2 | 0 | 49 | 1A | 3E | 3A | 2F |
| Octal | 270 | 274 | 62 | 2 | 0 | 111 | 32 | 76 | 72 | 57 |
| Binary | 10111000 | 10111100 | 110010 | 10 | 0 | 1001001 | 11010 | 111110 | 111010 | 101111 |
Color Harmonies of #B8BC32
Complementary color
Monochromatic Colors of #B8BC32
Black with #B8BC32
Text Example
Text Example
White with #B8BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC32; }
p { color: rgb(184,188,50); }
H1.HeaderClassName
{
color: #B8BC32;
}
.AnyTagClassName
{
color: #B8BC32;
}
</style>
background-color css
<style>
a { background-color: #B8BC32; }
a { background-color: rgb(184,188,50); }
div.DivClassName
{
background-color: #B8BC32;
}
.BgClassName
{
background-color: #B8BC32;
}
</style>
border-color css
<style>
span { border-color: #B8BC32; }
span { border-color: rgb(184,188,50); }
td.TdClassName
{
border-color: #B8BC32;
}
.TagClassName
{
border-color: #B8BC32;
}
</style>