Shades of Rio Grande #B2CC13
Tints of Rio Grande #B2CC13
RGB
CMYK
RGB Variations
Color information
#B2CC13 (or 0xB2CC13) is known color: Rio Grande. HEX triplet: B2, CC and 13. RGB value is (178,204,19). Sum of RGB (Red+Green+Blue) = 178+204+19=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CC13 is #4D33EC. Grayscale: #AFAFAF. Windows color (decimal): -5059565 or 1297586. OLE color: 1297586.
HSL color Cylindrical-coordinate representation of color #B2CC13: hue angle of 68.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2CC13 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 19 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.2 |
| HSL | 68.43º | 0.83% | 0.44% | - |
| HSV(B) | 68.43º | 0.91% | 0.8% | - |
| XYZ | 40.07 | 52.7 | 8.68 | - |
| YUV | 175.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 19 | 0.13 | 0 | 0.91 | 0.2 | 68.43 | 0.83 | 0.44 |
| Hex | B2 | CC | 13 | D | 0 | 5B | 14 | 44 | 53 | 2C |
| Octal | 262 | 314 | 23 | 15 | 0 | 133 | 24 | 104 | 123 | 54 |
| Binary | 10110010 | 11001100 | 10011 | 1101 | 0 | 1011011 | 10100 | 1000100 | 1010011 | 101100 |
Color Harmonies of #B2CC13
Complementary color
Monochromatic Colors of #B2CC13
Black with #B2CC13
Text Example
Text Example
White with #B2CC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC13; }
p { color: rgb(178,204,19); }
H1.HeaderClassName
{
color: #B2CC13;
}
.AnyTagClassName
{
color: #B2CC13;
}
</style>
background-color css
<style>
a { background-color: #B2CC13; }
a { background-color: rgb(178,204,19); }
div.DivClassName
{
background-color: #B2CC13;
}
.BgClassName
{
background-color: #B2CC13;
}
</style>
border-color css
<style>
span { border-color: #B2CC13; }
span { border-color: rgb(178,204,19); }
td.TdClassName
{
border-color: #B2CC13;
}
.TagClassName
{
border-color: #B2CC13;
}
</style>