Shades of Rio Grande #B5CC12
Tints of Rio Grande #B5CC12
RGB
CMYK
RGB Variations
Color information
#B5CC12 (or 0xB5CC12) is known color: Rio Grande. HEX triplet: B5, CC and 12. RGB value is (181,204,18). Sum of RGB (Red+Green+Blue) = 181+204+18=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CC12 is #4A33ED. Grayscale: #B0B0B0. Windows color (decimal): -4862958 or 1232053. OLE color: 1232053.
HSL color Cylindrical-coordinate representation of color #B5CC12: hue angle of 67.42º degrees, saturation: 0.84, 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 #B5CC12 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 18 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.2 |
| HSL | 67.42º | 0.84% | 0.44% | - |
| HSV(B) | 67.42º | 0.91% | 0.8% | - |
| XYZ | 40.76 | 53.05 | 8.66 | - |
| YUV | 175.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 18 | 0.11 | 0 | 0.91 | 0.2 | 67.42 | 0.84 | 0.44 |
| Hex | B5 | CC | 12 | B | 0 | 5B | 14 | 43 | 54 | 2C |
| Octal | 265 | 314 | 22 | 13 | 0 | 133 | 24 | 103 | 124 | 54 |
| Binary | 10110101 | 11001100 | 10010 | 1011 | 0 | 1011011 | 10100 | 1000011 | 1010100 | 101100 |
Color Harmonies of #B5CC12
Complementary color
Monochromatic Colors of #B5CC12
Black with #B5CC12
Text Example
Text Example
White with #B5CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC12; }
p { color: rgb(181,204,18); }
H1.HeaderClassName
{
color: #B5CC12;
}
.AnyTagClassName
{
color: #B5CC12;
}
</style>
background-color css
<style>
a { background-color: #B5CC12; }
a { background-color: rgb(181,204,18); }
div.DivClassName
{
background-color: #B5CC12;
}
.BgClassName
{
background-color: #B5CC12;
}
</style>
border-color css
<style>
span { border-color: #B5CC12; }
span { border-color: rgb(181,204,18); }
td.TdClassName
{
border-color: #B5CC12;
}
.TagClassName
{
border-color: #B5CC12;
}
</style>