Shades of Rio Grande #B2C914
Tints of Rio Grande #B2C914
RGB
CMYK
RGB Variations
Color information
#B2C914 (or 0xB2C914) is known color: Rio Grande. HEX triplet: B2, C9 and 14. RGB value is (178,201,20). Sum of RGB (Red+Green+Blue) = 178+201+20=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C914 is #4D36EB. Grayscale: #AEAEAE. Windows color (decimal): -5060332 or 1362354. OLE color: 1362354.
HSL color Cylindrical-coordinate representation of color #B2C914: hue angle of 67.62º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2C914 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.21 |
| HSL | 67.62º | 0.82% | 0.43% | - |
| HSV(B) | 67.62º | 0.9% | 0.79% | - |
| XYZ | 39.37 | 51.29 | 8.49 | - |
| YUV | 173.49 | 41.38 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 20 | 0.11 | 0 | 0.90 | 0.21 | 67.62 | 0.82 | 0.43 |
| Hex | B2 | C9 | 14 | B | 0 | 5A | 15 | 44 | 52 | 2B |
| Octal | 262 | 311 | 24 | 13 | 0 | 132 | 25 | 104 | 122 | 53 |
| Binary | 10110010 | 11001001 | 10100 | 1011 | 0 | 1011010 | 10101 | 1000100 | 1010010 | 101011 |
Color Harmonies of #B2C914
Complementary color
Monochromatic Colors of #B2C914
Black with #B2C914
Text Example
Text Example
White with #B2C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C914; }
p { color: rgb(178,201,20); }
H1.HeaderClassName
{
color: #B2C914;
}
.AnyTagClassName
{
color: #B2C914;
}
</style>
background-color css
<style>
a { background-color: #B2C914; }
a { background-color: rgb(178,201,20); }
div.DivClassName
{
background-color: #B2C914;
}
.BgClassName
{
background-color: #B2C914;
}
</style>
border-color css
<style>
span { border-color: #B2C914; }
span { border-color: rgb(178,201,20); }
td.TdClassName
{
border-color: #B2C914;
}
.TagClassName
{
border-color: #B2C914;
}
</style>