Shades of Rio Grande #B3CC0E
Tints of Rio Grande #B3CC0E
RGB
CMYK
RGB Variations
Color information
#B3CC0E (or 0xB3CC0E) is known color: Rio Grande. HEX triplet: B3, CC and 0E. RGB value is (179,204,14). Sum of RGB (Red+Green+Blue) = 179+204+14=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CC0E is #4C33F1. Grayscale: #AFAFAF. Windows color (decimal): -4994034 or 969907. OLE color: 969907.
HSL color Cylindrical-coordinate representation of color #B3CC0E: hue angle of 67.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3CC0E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.2 |
| HSL | 67.89º | 0.87% | 0.43% | - |
| HSV(B) | 67.89º | 0.93% | 0.8% | - |
| XYZ | 40.26 | 52.8 | 8.49 | - |
| YUV | 174.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 14 | 0.12 | 0 | 0.93 | 0.2 | 67.89 | 0.87 | 0.43 |
| Hex | B3 | CC | E | C | 0 | 5D | 14 | 44 | 57 | 2B |
| Octal | 263 | 314 | 16 | 14 | 0 | 135 | 24 | 104 | 127 | 53 |
| Binary | 10110011 | 11001100 | 1110 | 1100 | 0 | 1011101 | 10100 | 1000100 | 1010111 | 101011 |
Color Harmonies of #B3CC0E
Complementary color
Monochromatic Colors of #B3CC0E
Black with #B3CC0E
Text Example
Text Example
White with #B3CC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CC0E; }
p { color: rgb(179,204,14); }
H1.HeaderClassName
{
color: #B3CC0E;
}
.AnyTagClassName
{
color: #B3CC0E;
}
</style>
background-color css
<style>
a { background-color: #B3CC0E; }
a { background-color: rgb(179,204,14); }
div.DivClassName
{
background-color: #B3CC0E;
}
.BgClassName
{
background-color: #B3CC0E;
}
</style>
border-color css
<style>
span { border-color: #B3CC0E; }
span { border-color: rgb(179,204,14); }
td.TdClassName
{
border-color: #B3CC0E;
}
.TagClassName
{
border-color: #B3CC0E;
}
</style>