Shades of Rio Grande #B1C92A
Tints of Rio Grande #B1C92A
RGB
CMYK
RGB Variations
Color information
#B1C92A (or 0xB1C92A) is known color: Rio Grande. HEX triplet: B1, C9 and 2A. RGB value is (177,201,42). Sum of RGB (Red+Green+Blue) = 177+201+42=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C92A is #4E36D5. Grayscale: #B0B0B0. Windows color (decimal): -5125846 or 2804145. OLE color: 2804145.
HSL color Cylindrical-coordinate representation of color #B1C92A: hue angle of 69.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1C92A is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 42 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.21 |
| HSL | 69.06º | 0.65% | 0.48% | - |
| HSV(B) | 69.06º | 0.79% | 0.79% | - |
| XYZ | 39.44 | 51.29 | 10.01 | - |
| YUV | 175.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 42 | 0.12 | 0 | 0.79 | 0.21 | 69.06 | 0.65 | 0.48 |
| Hex | B1 | C9 | 2A | C | 0 | 4F | 15 | 45 | 41 | 30 |
| Octal | 261 | 311 | 52 | 14 | 0 | 117 | 25 | 105 | 101 | 60 |
| Binary | 10110001 | 11001001 | 101010 | 1100 | 0 | 1001111 | 10101 | 1000101 | 1000001 | 110000 |
Color Harmonies of #B1C92A
Complementary color
Monochromatic Colors of #B1C92A
Black with #B1C92A
Text Example
Text Example
White with #B1C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C92A; }
p { color: rgb(177,201,42); }
H1.HeaderClassName
{
color: #B1C92A;
}
.AnyTagClassName
{
color: #B1C92A;
}
</style>
background-color css
<style>
a { background-color: #B1C92A; }
a { background-color: rgb(177,201,42); }
div.DivClassName
{
background-color: #B1C92A;
}
.BgClassName
{
background-color: #B1C92A;
}
</style>
border-color css
<style>
span { border-color: #B1C92A; }
span { border-color: rgb(177,201,42); }
td.TdClassName
{
border-color: #B1C92A;
}
.TagClassName
{
border-color: #B1C92A;
}
</style>