Shades of Rio Grande #B8C62B
Tints of Rio Grande #B8C62B
RGB
CMYK
RGB Variations
Color information
#B8C62B (or 0xB8C62B) is known color: Rio Grande. HEX triplet: B8, C6 and 2B. RGB value is (184,198,43). Sum of RGB (Red+Green+Blue) = 184+198+43=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 43 (17.19% from 255 or 10.12% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C62B is #4739D4. Grayscale: #B0B0B0. Windows color (decimal): -4667861 or 2868920. OLE color: 2868920.
HSL color Cylindrical-coordinate representation of color #B8C62B: hue angle of 65.42º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8C62B is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 198 | 43 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.22 |
| HSL | 65.42º | 0.64% | 0.47% | - |
| HSV(B) | 65.42º | 0.78% | 0.78% | - |
| XYZ | 40.4 | 50.75 | 9.95 | - |
| YUV | 176.14 | 52.86 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 198 | 43 | 0.07 | 0 | 0.78 | 0.22 | 65.42 | 0.64 | 0.47 |
| Hex | B8 | C6 | 2B | 7 | 0 | 4E | 16 | 41 | 40 | 2F |
| Octal | 270 | 306 | 53 | 7 | 0 | 116 | 26 | 101 | 100 | 57 |
| Binary | 10111000 | 11000110 | 101011 | 111 | 0 | 1001110 | 10110 | 1000001 | 1000000 | 101111 |
Color Harmonies of #B8C62B
Complementary color
Monochromatic Colors of #B8C62B
Black with #B8C62B
Text Example
Text Example
White with #B8C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C62B; }
p { color: rgb(184,198,43); }
H1.HeaderClassName
{
color: #B8C62B;
}
.AnyTagClassName
{
color: #B8C62B;
}
</style>
background-color css
<style>
a { background-color: #B8C62B; }
a { background-color: rgb(184,198,43); }
div.DivClassName
{
background-color: #B8C62B;
}
.BgClassName
{
background-color: #B8C62B;
}
</style>
border-color css
<style>
span { border-color: #B8C62B; }
span { border-color: rgb(184,198,43); }
td.TdClassName
{
border-color: #B8C62B;
}
.TagClassName
{
border-color: #B8C62B;
}
</style>