Shades of Rio Grande #B4CE14
Tints of Rio Grande #B4CE14
RGB
CMYK
RGB Variations
Color information
#B4CE14 (or 0xB4CE14) is known color: Rio Grande. HEX triplet: B4, CE and 14. RGB value is (180,206,20). Sum of RGB (Red+Green+Blue) = 180+206+20=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CE14 is #4B31EB. Grayscale: #B1B1B1. Windows color (decimal): -4927980 or 1363636. OLE color: 1363636.
HSL color Cylindrical-coordinate representation of color #B4CE14: hue angle of 68.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4CE14 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 20 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.19 |
| HSL | 68.39º | 0.82% | 0.44% | - |
| HSV(B) | 68.39º | 0.9% | 0.81% | - |
| XYZ | 41.02 | 53.9 | 8.9 | - |
| YUV | 177.02 | 39.39 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 20 | 0.13 | 0 | 0.90 | 0.19 | 68.39 | 0.82 | 0.44 |
| Hex | B4 | CE | 14 | D | 0 | 5A | 13 | 44 | 52 | 2C |
| Octal | 264 | 316 | 24 | 15 | 0 | 132 | 23 | 104 | 122 | 54 |
| Binary | 10110100 | 11001110 | 10100 | 1101 | 0 | 1011010 | 10011 | 1000100 | 1010010 | 101100 |
Color Harmonies of #B4CE14
Complementary color
Monochromatic Colors of #B4CE14
Black with #B4CE14
Text Example
Text Example
White with #B4CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CE14; }
p { color: rgb(180,206,20); }
H1.HeaderClassName
{
color: #B4CE14;
}
.AnyTagClassName
{
color: #B4CE14;
}
</style>
background-color css
<style>
a { background-color: #B4CE14; }
a { background-color: rgb(180,206,20); }
div.DivClassName
{
background-color: #B4CE14;
}
.BgClassName
{
background-color: #B4CE14;
}
</style>
border-color css
<style>
span { border-color: #B4CE14; }
span { border-color: rgb(180,206,20); }
td.TdClassName
{
border-color: #B4CE14;
}
.TagClassName
{
border-color: #B4CE14;
}
</style>