Shades of Rio Grande #B8C628
Tints of Rio Grande #B8C628
RGB
CMYK
RGB Variations
Color information
#B8C628 (or 0xB8C628) is known color: Rio Grande. HEX triplet: B8, C6 and 28. RGB value is (184,198,40). Sum of RGB (Red+Green+Blue) = 184+198+40=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C628 is #4739D7. Grayscale: #B0B0B0. Windows color (decimal): -4667864 or 2672312. OLE color: 2672312.
HSL color Cylindrical-coordinate representation of color #B8C628: hue angle of 65.32º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B8C628 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 40 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.22 |
| HSL | 65.32º | 0.66% | 0.47% | - |
| HSV(B) | 65.32º | 0.8% | 0.78% | - |
| XYZ | 40.34 | 50.73 | 9.67 | - |
| YUV | 175.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 40 | 0.07 | 0 | 0.80 | 0.22 | 65.32 | 0.66 | 0.47 |
| Hex | B8 | C6 | 28 | 7 | 0 | 50 | 16 | 41 | 42 | 2F |
| Octal | 270 | 306 | 50 | 7 | 0 | 120 | 26 | 101 | 102 | 57 |
| Binary | 10111000 | 11000110 | 101000 | 111 | 0 | 1010000 | 10110 | 1000001 | 1000010 | 101111 |
Color Harmonies of #B8C628
Complementary color
Monochromatic Colors of #B8C628
Black with #B8C628
Text Example
Text Example
White with #B8C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C628; }
p { color: rgb(184,198,40); }
H1.HeaderClassName
{
color: #B8C628;
}
.AnyTagClassName
{
color: #B8C628;
}
</style>
background-color css
<style>
a { background-color: #B8C628; }
a { background-color: rgb(184,198,40); }
div.DivClassName
{
background-color: #B8C628;
}
.BgClassName
{
background-color: #B8C628;
}
</style>
border-color css
<style>
span { border-color: #B8C628; }
span { border-color: rgb(184,198,40); }
td.TdClassName
{
border-color: #B8C628;
}
.TagClassName
{
border-color: #B8C628;
}
</style>