Shades of Rio Grande #B0CA12
Tints of Rio Grande #B0CA12
RGB
CMYK
RGB Variations
Color information
#B0CA12 (or 0xB0CA12) is known color: Rio Grande. HEX triplet: B0, CA and 12. RGB value is (176,202,18). Sum of RGB (Red+Green+Blue) = 176+202+18=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CA12 is #4F35ED. Grayscale: #ADADAD. Windows color (decimal): -5191150 or 1231536. OLE color: 1231536.
HSL color Cylindrical-coordinate representation of color #B0CA12: hue angle of 68.48º degrees, saturation: 0.84, 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 #B0CA12 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 18 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.21 |
| HSL | 68.48º | 0.84% | 0.43% | - |
| HSV(B) | 68.48º | 0.91% | 0.79% | - |
| XYZ | 39.13 | 51.51 | 8.45 | - |
| YUV | 173.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 18 | 0.13 | 0 | 0.91 | 0.21 | 68.48 | 0.84 | 0.43 |
| Hex | B0 | CA | 12 | D | 0 | 5B | 15 | 44 | 54 | 2B |
| Octal | 260 | 312 | 22 | 15 | 0 | 133 | 25 | 104 | 124 | 53 |
| Binary | 10110000 | 11001010 | 10010 | 1101 | 0 | 1011011 | 10101 | 1000100 | 1010100 | 101011 |
Color Harmonies of #B0CA12
Complementary color
Monochromatic Colors of #B0CA12
Black with #B0CA12
Text Example
Text Example
White with #B0CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA12; }
p { color: rgb(176,202,18); }
H1.HeaderClassName
{
color: #B0CA12;
}
.AnyTagClassName
{
color: #B0CA12;
}
</style>
background-color css
<style>
a { background-color: #B0CA12; }
a { background-color: rgb(176,202,18); }
div.DivClassName
{
background-color: #B0CA12;
}
.BgClassName
{
background-color: #B0CA12;
}
</style>
border-color css
<style>
span { border-color: #B0CA12; }
span { border-color: rgb(176,202,18); }
td.TdClassName
{
border-color: #B0CA12;
}
.TagClassName
{
border-color: #B0CA12;
}
</style>