Shades of Rio Grande #B8CE13
Tints of Rio Grande #B8CE13
RGB
CMYK
RGB Variations
Color information
#B8CE13 (or 0xB8CE13) is known color: Rio Grande. HEX triplet: B8, CE and 13. RGB value is (184,206,19). Sum of RGB (Red+Green+Blue) = 184+206+19=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CE13 is #4731EC. Grayscale: #B2B2B2. Windows color (decimal): -4665837 or 1298104. OLE color: 1298104.
HSL color Cylindrical-coordinate representation of color #B8CE13: hue angle of 67.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8CE13 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 19 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.19 |
| HSL | 67.06º | 0.83% | 0.44% | - |
| HSV(B) | 67.06º | 0.91% | 0.81% | - |
| XYZ | 41.96 | 54.38 | 8.9 | - |
| YUV | 178.1 | 38.21 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 19 | 0.11 | 0 | 0.91 | 0.19 | 67.06 | 0.83 | 0.44 |
| Hex | B8 | CE | 13 | B | 0 | 5B | 13 | 43 | 53 | 2C |
| Octal | 270 | 316 | 23 | 13 | 0 | 133 | 23 | 103 | 123 | 54 |
| Binary | 10111000 | 11001110 | 10011 | 1011 | 0 | 1011011 | 10011 | 1000011 | 1010011 | 101100 |
Color Harmonies of #B8CE13
Complementary color
Monochromatic Colors of #B8CE13
Black with #B8CE13
Text Example
Text Example
White with #B8CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CE13; }
p { color: rgb(184,206,19); }
H1.HeaderClassName
{
color: #B8CE13;
}
.AnyTagClassName
{
color: #B8CE13;
}
</style>
background-color css
<style>
a { background-color: #B8CE13; }
a { background-color: rgb(184,206,19); }
div.DivClassName
{
background-color: #B8CE13;
}
.BgClassName
{
background-color: #B8CE13;
}
</style>
border-color css
<style>
span { border-color: #B8CE13; }
span { border-color: rgb(184,206,19); }
td.TdClassName
{
border-color: #B8CE13;
}
.TagClassName
{
border-color: #B8CE13;
}
</style>