Shades of Rio Grande #B5CC13
Tints of Rio Grande #B5CC13
RGB
CMYK
RGB Variations
Color information
#B5CC13 (or 0xB5CC13) is known color: Rio Grande. HEX triplet: B5, CC and 13. RGB value is (181,204,19). Sum of RGB (Red+Green+Blue) = 181+204+19=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CC13 is #4A33EC. Grayscale: #B0B0B0. Windows color (decimal): -4862957 or 1297589. OLE color: 1297589.
HSL color Cylindrical-coordinate representation of color #B5CC13: hue angle of 67.46º 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 #B5CC13 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 19 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.2 |
| HSL | 67.46º | 0.83% | 0.44% | - |
| HSV(B) | 67.46º | 0.91% | 0.8% | - |
| XYZ | 40.77 | 53.06 | 8.71 | - |
| YUV | 176.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 19 | 0.11 | 0 | 0.91 | 0.2 | 67.46 | 0.83 | 0.44 |
| Hex | B5 | CC | 13 | B | 0 | 5B | 14 | 43 | 53 | 2C |
| Octal | 265 | 314 | 23 | 13 | 0 | 133 | 24 | 103 | 123 | 54 |
| Binary | 10110101 | 11001100 | 10011 | 1011 | 0 | 1011011 | 10100 | 1000011 | 1010011 | 101100 |
Color Harmonies of #B5CC13
Complementary color
Monochromatic Colors of #B5CC13
Black with #B5CC13
Text Example
Text Example
White with #B5CC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC13; }
p { color: rgb(181,204,19); }
H1.HeaderClassName
{
color: #B5CC13;
}
.AnyTagClassName
{
color: #B5CC13;
}
</style>
background-color css
<style>
a { background-color: #B5CC13; }
a { background-color: rgb(181,204,19); }
div.DivClassName
{
background-color: #B5CC13;
}
.BgClassName
{
background-color: #B5CC13;
}
</style>
border-color css
<style>
span { border-color: #B5CC13; }
span { border-color: rgb(181,204,19); }
td.TdClassName
{
border-color: #B5CC13;
}
.TagClassName
{
border-color: #B5CC13;
}
</style>