Shades of Rio Grande #B8CF13
Tints of Rio Grande #B8CF13
RGB
CMYK
RGB Variations
Color information
#B8CF13 (or 0xB8CF13) is known color: Rio Grande. HEX triplet: B8, CF and 13. RGB value is (184,207,19). Sum of RGB (Red+Green+Blue) = 184+207+19=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CF13 is #4730EC. Grayscale: #B3B3B3. Windows color (decimal): -4665581 or 1298360. OLE color: 1298360.
HSL color Cylindrical-coordinate representation of color #B8CF13: hue angle of 67.34º 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 #B8CF13 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 19 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.19 |
| HSL | 67.34º | 0.83% | 0.44% | - |
| HSV(B) | 67.34º | 0.91% | 0.81% | - |
| XYZ | 42.2 | 54.86 | 8.98 | - |
| YUV | 178.69 | 37.88 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 19 | 0.11 | 0 | 0.91 | 0.19 | 67.34 | 0.83 | 0.44 |
| Hex | B8 | CF | 13 | B | 0 | 5B | 13 | 43 | 53 | 2C |
| Octal | 270 | 317 | 23 | 13 | 0 | 133 | 23 | 103 | 123 | 54 |
| Binary | 10111000 | 11001111 | 10011 | 1011 | 0 | 1011011 | 10011 | 1000011 | 1010011 | 101100 |
Color Harmonies of #B8CF13
Complementary color
Monochromatic Colors of #B8CF13
Black with #B8CF13
Text Example
Text Example
White with #B8CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CF13; }
p { color: rgb(184,207,19); }
H1.HeaderClassName
{
color: #B8CF13;
}
.AnyTagClassName
{
color: #B8CF13;
}
</style>
background-color css
<style>
a { background-color: #B8CF13; }
a { background-color: rgb(184,207,19); }
div.DivClassName
{
background-color: #B8CF13;
}
.BgClassName
{
background-color: #B8CF13;
}
</style>
border-color css
<style>
span { border-color: #B8CF13; }
span { border-color: rgb(184,207,19); }
td.TdClassName
{
border-color: #B8CF13;
}
.TagClassName
{
border-color: #B8CF13;
}
</style>