Shades of Rio Grande #B2CA13
Tints of Rio Grande #B2CA13
RGB
CMYK
RGB Variations
Color information
#B2CA13 (or 0xB2CA13) is known color: Rio Grande. HEX triplet: B2, CA and 13. RGB value is (178,202,19). Sum of RGB (Red+Green+Blue) = 178+202+19=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CA13 is #4D35EC. Grayscale: #AEAEAE. Windows color (decimal): -5060077 or 1297074. OLE color: 1297074.
HSL color Cylindrical-coordinate representation of color #B2CA13: hue angle of 67.87º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2CA13 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 19 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.21 |
| HSL | 67.87º | 0.83% | 0.43% | - |
| HSV(B) | 67.87º | 0.91% | 0.79% | - |
| XYZ | 39.6 | 51.75 | 8.52 | - |
| YUV | 173.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 19 | 0.12 | 0 | 0.91 | 0.21 | 67.87 | 0.83 | 0.43 |
| Hex | B2 | CA | 13 | C | 0 | 5B | 15 | 44 | 53 | 2B |
| Octal | 262 | 312 | 23 | 14 | 0 | 133 | 25 | 104 | 123 | 53 |
| Binary | 10110010 | 11001010 | 10011 | 1100 | 0 | 1011011 | 10101 | 1000100 | 1010011 | 101011 |
Color Harmonies of #B2CA13
Complementary color
Monochromatic Colors of #B2CA13
Black with #B2CA13
Text Example
Text Example
White with #B2CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA13; }
p { color: rgb(178,202,19); }
H1.HeaderClassName
{
color: #B2CA13;
}
.AnyTagClassName
{
color: #B2CA13;
}
</style>
background-color css
<style>
a { background-color: #B2CA13; }
a { background-color: rgb(178,202,19); }
div.DivClassName
{
background-color: #B2CA13;
}
.BgClassName
{
background-color: #B2CA13;
}
</style>
border-color css
<style>
span { border-color: #B2CA13; }
span { border-color: rgb(178,202,19); }
td.TdClassName
{
border-color: #B2CA13;
}
.TagClassName
{
border-color: #B2CA13;
}
</style>