Shades of Rio Grande #B9C41C
Tints of Rio Grande #B9C41C
RGB
CMYK
RGB Variations
Color information
#B9C41C (or 0xB9C41C) is known color: Rio Grande. HEX triplet: B9, C4 and 1C. RGB value is (185,196,28). Sum of RGB (Red+Green+Blue) = 185+196+28=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C41C is #463BE3. Grayscale: #AEAEAE. Windows color (decimal): -4602852 or 1885369. OLE color: 1885369.
HSL color Cylindrical-coordinate representation of color #B9C41C: hue angle of 63.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9C41C is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 28 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.23 |
| HSL | 63.93º | 0.75% | 0.44% | - |
| HSV(B) | 63.93º | 0.86% | 0.77% | - |
| XYZ | 39.96 | 49.88 | 8.62 | - |
| YUV | 173.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 28 | 0.06 | 0 | 0.86 | 0.23 | 63.93 | 0.75 | 0.44 |
| Hex | B9 | C4 | 1C | 6 | 0 | 56 | 17 | 40 | 4B | 2C |
| Octal | 271 | 304 | 34 | 6 | 0 | 126 | 27 | 100 | 113 | 54 |
| Binary | 10111001 | 11000100 | 11100 | 110 | 0 | 1010110 | 10111 | 1000000 | 1001011 | 101100 |
Color Harmonies of #B9C41C
Complementary color
Monochromatic Colors of #B9C41C
Black with #B9C41C
Text Example
Text Example
White with #B9C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C41C; }
p { color: rgb(185,196,28); }
H1.HeaderClassName
{
color: #B9C41C;
}
.AnyTagClassName
{
color: #B9C41C;
}
</style>
background-color css
<style>
a { background-color: #B9C41C; }
a { background-color: rgb(185,196,28); }
div.DivClassName
{
background-color: #B9C41C;
}
.BgClassName
{
background-color: #B9C41C;
}
</style>
border-color css
<style>
span { border-color: #B9C41C; }
span { border-color: rgb(185,196,28); }
td.TdClassName
{
border-color: #B9C41C;
}
.TagClassName
{
border-color: #B9C41C;
}
</style>