Shades of Rio Grande #B2CB14
Tints of Rio Grande #B2CB14
RGB
CMYK
RGB Variations
Color information
#B2CB14 (or 0xB2CB14) is known color: Rio Grande. HEX triplet: B2, CB and 14. RGB value is (178,203,20). Sum of RGB (Red+Green+Blue) = 178+203+20=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CB14 is #4D34EB. Grayscale: #AFAFAF. Windows color (decimal): -5059820 or 1362866. OLE color: 1362866.
HSL color Cylindrical-coordinate representation of color #B2CB14: hue angle of 68.2º 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 #B2CB14 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 20 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.20 |
| HSL | 68.2º | 0.82% | 0.44% | - |
| HSV(B) | 68.2º | 0.9% | 0.8% | - |
| XYZ | 39.84 | 52.23 | 8.64 | - |
| YUV | 174.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 20 | 0.12 | 0 | 0.90 | 0.20 | 68.2 | 0.82 | 0.44 |
| Hex | B2 | CB | 14 | C | 0 | 5A | 14 | 44 | 52 | 2C |
| Octal | 262 | 313 | 24 | 14 | 0 | 132 | 24 | 104 | 122 | 54 |
| Binary | 10110010 | 11001011 | 10100 | 1100 | 0 | 1011010 | 10100 | 1000100 | 1010010 | 101100 |
Color Harmonies of #B2CB14
Complementary color
Monochromatic Colors of #B2CB14
Black with #B2CB14
Text Example
Text Example
White with #B2CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB14; }
p { color: rgb(178,203,20); }
H1.HeaderClassName
{
color: #B2CB14;
}
.AnyTagClassName
{
color: #B2CB14;
}
</style>
background-color css
<style>
a { background-color: #B2CB14; }
a { background-color: rgb(178,203,20); }
div.DivClassName
{
background-color: #B2CB14;
}
.BgClassName
{
background-color: #B2CB14;
}
</style>
border-color css
<style>
span { border-color: #B2CB14; }
span { border-color: rgb(178,203,20); }
td.TdClassName
{
border-color: #B2CB14;
}
.TagClassName
{
border-color: #B2CB14;
}
</style>