Shades of Rio Grande #B2CB13
Tints of Rio Grande #B2CB13
RGB
CMYK
RGB Variations
Color information
#B2CB13 (or 0xB2CB13) is known color: Rio Grande. HEX triplet: B2, CB and 13. RGB value is (178,203,19). Sum of RGB (Red+Green+Blue) = 178+203+19=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CB13 is #4D34EC. Grayscale: #AFAFAF. Windows color (decimal): -5059821 or 1297330. OLE color: 1297330.
HSL color Cylindrical-coordinate representation of color #B2CB13: hue angle of 68.15º 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 #B2CB13 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 203 | 19 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.20 |
| HSL | 68.15º | 0.83% | 0.44% | - |
| HSV(B) | 68.15º | 0.91% | 0.8% | - |
| XYZ | 39.83 | 52.22 | 8.6 | - |
| YUV | 174.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 203 | 19 | 0.12 | 0 | 0.91 | 0.20 | 68.15 | 0.83 | 0.44 |
| Hex | B2 | CB | 13 | C | 0 | 5B | 14 | 44 | 53 | 2C |
| Octal | 262 | 313 | 23 | 14 | 0 | 133 | 24 | 104 | 123 | 54 |
| Binary | 10110010 | 11001011 | 10011 | 1100 | 0 | 1011011 | 10100 | 1000100 | 1010011 | 101100 |
Color Harmonies of #B2CB13
Complementary color
Monochromatic Colors of #B2CB13
Black with #B2CB13
Text Example
Text Example
White with #B2CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CB13; }
p { color: rgb(178,203,19); }
H1.HeaderClassName
{
color: #B2CB13;
}
.AnyTagClassName
{
color: #B2CB13;
}
</style>
background-color css
<style>
a { background-color: #B2CB13; }
a { background-color: rgb(178,203,19); }
div.DivClassName
{
background-color: #B2CB13;
}
.BgClassName
{
background-color: #B2CB13;
}
</style>
border-color css
<style>
span { border-color: #B2CB13; }
span { border-color: rgb(178,203,19); }
td.TdClassName
{
border-color: #B2CB13;
}
.TagClassName
{
border-color: #B2CB13;
}
</style>