Shades of Rio Grande #B0C912
Tints of Rio Grande #B0C912
RGB
CMYK
RGB Variations
Color information
#B0C912 (or 0xB0C912) is known color: Rio Grande. HEX triplet: B0, C9 and 12. RGB value is (176,201,18). Sum of RGB (Red+Green+Blue) = 176+201+18=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C912 is #4F36ED. Grayscale: #ADADAD. Windows color (decimal): -5191406 or 1231280. OLE color: 1231280.
HSL color Cylindrical-coordinate representation of color #B0C912: hue angle of 68.2º 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 #B0C912 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 18 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.21 |
| HSL | 68.2º | 0.84% | 0.43% | - |
| HSV(B) | 68.2º | 0.91% | 0.79% | - |
| XYZ | 38.9 | 51.05 | 8.38 | - |
| YUV | 172.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 18 | 0.12 | 0 | 0.91 | 0.21 | 68.2 | 0.84 | 0.43 |
| Hex | B0 | C9 | 12 | C | 0 | 5B | 15 | 44 | 54 | 2B |
| Octal | 260 | 311 | 22 | 14 | 0 | 133 | 25 | 104 | 124 | 53 |
| Binary | 10110000 | 11001001 | 10010 | 1100 | 0 | 1011011 | 10101 | 1000100 | 1010100 | 101011 |
Color Harmonies of #B0C912
Complementary color
Monochromatic Colors of #B0C912
Black with #B0C912
Text Example
Text Example
White with #B0C912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C912; }
p { color: rgb(176,201,18); }
H1.HeaderClassName
{
color: #B0C912;
}
.AnyTagClassName
{
color: #B0C912;
}
</style>
background-color css
<style>
a { background-color: #B0C912; }
a { background-color: rgb(176,201,18); }
div.DivClassName
{
background-color: #B0C912;
}
.BgClassName
{
background-color: #B0C912;
}
</style>
border-color css
<style>
span { border-color: #B0C912; }
span { border-color: rgb(176,201,18); }
td.TdClassName
{
border-color: #B0C912;
}
.TagClassName
{
border-color: #B0C912;
}
</style>