Shades of Rio Grande #B1CE14
Tints of Rio Grande #B1CE14
RGB
CMYK
RGB Variations
Color information
#B1CE14 (or 0xB1CE14) is known color: Rio Grande. HEX triplet: B1, CE and 14. RGB value is (177,206,20). Sum of RGB (Red+Green+Blue) = 177+206+20=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CE14 is #4E31EB. Grayscale: #B0B0B0. Windows color (decimal): -5124588 or 1363633. OLE color: 1363633.
HSL color Cylindrical-coordinate representation of color #B1CE14: hue angle of 69.35º 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 #B1CE14 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.19 |
| HSL | 69.35º | 0.82% | 0.44% | - |
| HSV(B) | 69.35º | 0.9% | 0.81% | - |
| XYZ | 40.33 | 53.54 | 8.87 | - |
| YUV | 176.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 20 | 0.14 | 0 | 0.90 | 0.19 | 69.35 | 0.82 | 0.44 |
| Hex | B1 | CE | 14 | E | 0 | 5A | 13 | 45 | 52 | 2C |
| Octal | 261 | 316 | 24 | 16 | 0 | 132 | 23 | 105 | 122 | 54 |
| Binary | 10110001 | 11001110 | 10100 | 1110 | 0 | 1011010 | 10011 | 1000101 | 1010010 | 101100 |
Color Harmonies of #B1CE14
Complementary color
Monochromatic Colors of #B1CE14
Black with #B1CE14
Text Example
Text Example
White with #B1CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE14; }
p { color: rgb(177,206,20); }
H1.HeaderClassName
{
color: #B1CE14;
}
.AnyTagClassName
{
color: #B1CE14;
}
</style>
background-color css
<style>
a { background-color: #B1CE14; }
a { background-color: rgb(177,206,20); }
div.DivClassName
{
background-color: #B1CE14;
}
.BgClassName
{
background-color: #B1CE14;
}
</style>
border-color css
<style>
span { border-color: #B1CE14; }
span { border-color: rgb(177,206,20); }
td.TdClassName
{
border-color: #B1CE14;
}
.TagClassName
{
border-color: #B1CE14;
}
</style>