Shades of Rio Grande #B4CA14
Tints of Rio Grande #B4CA14
RGB
CMYK
RGB Variations
Color information
#B4CA14 (or 0xB4CA14) is known color: Rio Grande. HEX triplet: B4, CA and 14. RGB value is (180,202,20). Sum of RGB (Red+Green+Blue) = 180+202+20=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CA14 is #4B35EB. Grayscale: #AFAFAF. Windows color (decimal): -4929004 or 1362612. OLE color: 1362612.
HSL color Cylindrical-coordinate representation of color #B4CA14: hue angle of 67.25º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4CA14 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 202 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.21 |
| HSL | 67.25º | 0.82% | 0.44% | - |
| HSV(B) | 67.25º | 0.9% | 0.79% | - |
| XYZ | 40.07 | 51.99 | 8.59 | - |
| YUV | 174.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 20 | 0.11 | 0 | 0.90 | 0.21 | 67.25 | 0.82 | 0.44 |
| Hex | B4 | CA | 14 | B | 0 | 5A | 15 | 43 | 52 | 2C |
| Octal | 264 | 312 | 24 | 13 | 0 | 132 | 25 | 103 | 122 | 54 |
| Binary | 10110100 | 11001010 | 10100 | 1011 | 0 | 1011010 | 10101 | 1000011 | 1010010 | 101100 |
Color Harmonies of #B4CA14
Complementary color
Monochromatic Colors of #B4CA14
Black with #B4CA14
Text Example
Text Example
White with #B4CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CA14; }
p { color: rgb(180,202,20); }
H1.HeaderClassName
{
color: #B4CA14;
}
.AnyTagClassName
{
color: #B4CA14;
}
</style>
background-color css
<style>
a { background-color: #B4CA14; }
a { background-color: rgb(180,202,20); }
div.DivClassName
{
background-color: #B4CA14;
}
.BgClassName
{
background-color: #B4CA14;
}
</style>
border-color css
<style>
span { border-color: #B4CA14; }
span { border-color: rgb(180,202,20); }
td.TdClassName
{
border-color: #B4CA14;
}
.TagClassName
{
border-color: #B4CA14;
}
</style>