Shades of Rio Grande #B5C41C
Tints of Rio Grande #B5C41C
RGB
CMYK
RGB Variations
Color information
#B5C41C (or 0xB5C41C) is known color: Rio Grande. HEX triplet: B5, C4 and 1C. RGB value is (181,196,28). Sum of RGB (Red+Green+Blue) = 181+196+28=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C41C is #4A3BE3. Grayscale: #ADADAD. Windows color (decimal): -4864996 or 1885365. OLE color: 1885365.
HSL color Cylindrical-coordinate representation of color #B5C41C: hue angle of 65.36º 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 #B5C41C is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 196 | 28 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.23 |
| HSL | 65.36º | 0.75% | 0.44% | - |
| HSV(B) | 65.36º | 0.86% | 0.77% | - |
| XYZ | 39.01 | 49.39 | 8.58 | - |
| YUV | 172.36 | 46.53 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 196 | 28 | 0.08 | 0 | 0.86 | 0.23 | 65.36 | 0.75 | 0.44 |
| Hex | B5 | C4 | 1C | 8 | 0 | 56 | 17 | 41 | 4B | 2C |
| Octal | 265 | 304 | 34 | 10 | 0 | 126 | 27 | 101 | 113 | 54 |
| Binary | 10110101 | 11000100 | 11100 | 1000 | 0 | 1010110 | 10111 | 1000001 | 1001011 | 101100 |
Color Harmonies of #B5C41C
Complementary color
Monochromatic Colors of #B5C41C
Black with #B5C41C
Text Example
Text Example
White with #B5C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C41C; }
p { color: rgb(181,196,28); }
H1.HeaderClassName
{
color: #B5C41C;
}
.AnyTagClassName
{
color: #B5C41C;
}
</style>
background-color css
<style>
a { background-color: #B5C41C; }
a { background-color: rgb(181,196,28); }
div.DivClassName
{
background-color: #B5C41C;
}
.BgClassName
{
background-color: #B5C41C;
}
</style>
border-color css
<style>
span { border-color: #B5C41C; }
span { border-color: rgb(181,196,28); }
td.TdClassName
{
border-color: #B5C41C;
}
.TagClassName
{
border-color: #B5C41C;
}
</style>