Shades of Rio Grande #B8C81A
Tints of Rio Grande #B8C81A
RGB
CMYK
RGB Variations
Color information
#B8C81A (or 0xB8C81A) is known color: Rio Grande. HEX triplet: B8, C8 and 1A. RGB value is (184,200,26). Sum of RGB (Red+Green+Blue) = 184+200+26=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 200 (78.52% from 255 or 48.78% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C81A is #4737E5. Grayscale: #B0B0B0. Windows color (decimal): -4667366 or 1755320. OLE color: 1755320.
HSL color Cylindrical-coordinate representation of color #B8C81A: hue angle of 65.52º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B8C81A is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 26 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.22 |
| HSL | 65.52º | 0.77% | 0.44% | - |
| HSV(B) | 65.52º | 0.87% | 0.78% | - |
| XYZ | 40.61 | 51.57 | 8.79 | - |
| YUV | 175.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 26 | 0.08 | 0 | 0.87 | 0.22 | 65.52 | 0.77 | 0.44 |
| Hex | B8 | C8 | 1A | 8 | 0 | 57 | 16 | 42 | 4D | 2C |
| Octal | 270 | 310 | 32 | 10 | 0 | 127 | 26 | 102 | 115 | 54 |
| Binary | 10111000 | 11001000 | 11010 | 1000 | 0 | 1010111 | 10110 | 1000010 | 1001101 | 101100 |
Color Harmonies of #B8C81A
Complementary color
Monochromatic Colors of #B8C81A
Black with #B8C81A
Text Example
Text Example
White with #B8C81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C81A; }
p { color: rgb(184,200,26); }
H1.HeaderClassName
{
color: #B8C81A;
}
.AnyTagClassName
{
color: #B8C81A;
}
</style>
background-color css
<style>
a { background-color: #B8C81A; }
a { background-color: rgb(184,200,26); }
div.DivClassName
{
background-color: #B8C81A;
}
.BgClassName
{
background-color: #B8C81A;
}
</style>
border-color css
<style>
span { border-color: #B8C81A; }
span { border-color: rgb(184,200,26); }
td.TdClassName
{
border-color: #B8C81A;
}
.TagClassName
{
border-color: #B8C81A;
}
</style>