Shades of Rio Grande #B8CD14
Tints of Rio Grande #B8CD14
RGB
CMYK
RGB Variations
Color information
#B8CD14 (or 0xB8CD14) is known color: Rio Grande. HEX triplet: B8, CD and 14. RGB value is (184,205,20). Sum of RGB (Red+Green+Blue) = 184+205+20=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CD14 is #4732EB. Grayscale: #B2B2B2. Windows color (decimal): -4666092 or 1363384. OLE color: 1363384.
HSL color Cylindrical-coordinate representation of color #B8CD14: hue angle of 66.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8CD14 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 20 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.20 |
| HSL | 66.81º | 0.82% | 0.44% | - |
| HSV(B) | 66.81º | 0.9% | 0.8% | - |
| XYZ | 41.72 | 53.9 | 8.87 | - |
| YUV | 177.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 20 | 0.10 | 0 | 0.90 | 0.20 | 66.81 | 0.82 | 0.44 |
| Hex | B8 | CD | 14 | A | 0 | 5A | 14 | 43 | 52 | 2C |
| Octal | 270 | 315 | 24 | 12 | 0 | 132 | 24 | 103 | 122 | 54 |
| Binary | 10111000 | 11001101 | 10100 | 1010 | 0 | 1011010 | 10100 | 1000011 | 1010010 | 101100 |
Color Harmonies of #B8CD14
Complementary color
Monochromatic Colors of #B8CD14
Black with #B8CD14
Text Example
Text Example
White with #B8CD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD14; }
p { color: rgb(184,205,20); }
H1.HeaderClassName
{
color: #B8CD14;
}
.AnyTagClassName
{
color: #B8CD14;
}
</style>
background-color css
<style>
a { background-color: #B8CD14; }
a { background-color: rgb(184,205,20); }
div.DivClassName
{
background-color: #B8CD14;
}
.BgClassName
{
background-color: #B8CD14;
}
</style>
border-color css
<style>
span { border-color: #B8CD14; }
span { border-color: rgb(184,205,20); }
td.TdClassName
{
border-color: #B8CD14;
}
.TagClassName
{
border-color: #B8CD14;
}
</style>