Shades of Rio Grande #B0CC14
Tints of Rio Grande #B0CC14
RGB
CMYK
RGB Variations
Color information
#B0CC14 (or 0xB0CC14) is known color: Rio Grande. HEX triplet: B0, CC and 14. RGB value is (176,204,20). Sum of RGB (Red+Green+Blue) = 176+204+20=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CC14 is #4F33EB. Grayscale: #AFAFAF. Windows color (decimal): -5190636 or 1363120. OLE color: 1363120.
HSL color Cylindrical-coordinate representation of color #B0CC14: hue angle of 69.13º 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 #B0CC14 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.2 |
| HSL | 69.13º | 0.82% | 0.44% | - |
| HSV(B) | 69.13º | 0.9% | 0.8% | - |
| XYZ | 39.62 | 52.47 | 8.7 | - |
| YUV | 174.65 | 40.72 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 20 | 0.14 | 0 | 0.90 | 0.2 | 69.13 | 0.82 | 0.44 |
| Hex | B0 | CC | 14 | E | 0 | 5A | 14 | 45 | 52 | 2C |
| Octal | 260 | 314 | 24 | 16 | 0 | 132 | 24 | 105 | 122 | 54 |
| Binary | 10110000 | 11001100 | 10100 | 1110 | 0 | 1011010 | 10100 | 1000101 | 1010010 | 101100 |
Color Harmonies of #B0CC14
Complementary color
Monochromatic Colors of #B0CC14
Black with #B0CC14
Text Example
Text Example
White with #B0CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC14; }
p { color: rgb(176,204,20); }
H1.HeaderClassName
{
color: #B0CC14;
}
.AnyTagClassName
{
color: #B0CC14;
}
</style>
background-color css
<style>
a { background-color: #B0CC14; }
a { background-color: rgb(176,204,20); }
div.DivClassName
{
background-color: #B0CC14;
}
.BgClassName
{
background-color: #B0CC14;
}
</style>
border-color css
<style>
span { border-color: #B0CC14; }
span { border-color: rgb(176,204,20); }
td.TdClassName
{
border-color: #B0CC14;
}
.TagClassName
{
border-color: #B0CC14;
}
</style>