Shades of Rio Grande #B1CB14
Tints of Rio Grande #B1CB14
RGB
CMYK
RGB Variations
Color information
#B1CB14 (or 0xB1CB14) is known color: Rio Grande. HEX triplet: B1, CB and 14. RGB value is (177,203,20). Sum of RGB (Red+Green+Blue) = 177+203+20=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CB14 is #4E34EB. Grayscale: #AFAFAF. Windows color (decimal): -5125356 or 1362865. OLE color: 1362865.
HSL color Cylindrical-coordinate representation of color #B1CB14: hue angle of 68.52º 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 #B1CB14 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 20 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.20 |
| HSL | 68.52º | 0.82% | 0.44% | - |
| HSV(B) | 68.52º | 0.9% | 0.8% | - |
| XYZ | 39.61 | 52.11 | 8.63 | - |
| YUV | 174.36 | 40.89 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 20 | 0.13 | 0 | 0.90 | 0.20 | 68.52 | 0.82 | 0.44 |
| Hex | B1 | CB | 14 | D | 0 | 5A | 14 | 45 | 52 | 2C |
| Octal | 261 | 313 | 24 | 15 | 0 | 132 | 24 | 105 | 122 | 54 |
| Binary | 10110001 | 11001011 | 10100 | 1101 | 0 | 1011010 | 10100 | 1000101 | 1010010 | 101100 |
Color Harmonies of #B1CB14
Complementary color
Monochromatic Colors of #B1CB14
Black with #B1CB14
Text Example
Text Example
White with #B1CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CB14; }
p { color: rgb(177,203,20); }
H1.HeaderClassName
{
color: #B1CB14;
}
.AnyTagClassName
{
color: #B1CB14;
}
</style>
background-color css
<style>
a { background-color: #B1CB14; }
a { background-color: rgb(177,203,20); }
div.DivClassName
{
background-color: #B1CB14;
}
.BgClassName
{
background-color: #B1CB14;
}
</style>
border-color css
<style>
span { border-color: #B1CB14; }
span { border-color: rgb(177,203,20); }
td.TdClassName
{
border-color: #B1CB14;
}
.TagClassName
{
border-color: #B1CB14;
}
</style>