Shades of Rio Grande #B5C61C
Tints of Rio Grande #B5C61C
RGB
CMYK
RGB Variations
Color information
#B5C61C (or 0xB5C61C) is known color: Rio Grande. HEX triplet: B5, C6 and 1C. RGB value is (181,198,28). Sum of RGB (Red+Green+Blue) = 181+198+28=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C61C is #4A39E3. Grayscale: #AEAEAE. Windows color (decimal): -4864484 or 1885877. OLE color: 1885877.
HSL color Cylindrical-coordinate representation of color #B5C61C: hue angle of 66º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5C61C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 198 | 28 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.22 |
| HSL | 66º | 0.75% | 0.44% | - |
| HSV(B) | 66º | 0.86% | 0.78% | - |
| XYZ | 39.46 | 50.3 | 8.73 | - |
| YUV | 173.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 198 | 28 | 0.09 | 0 | 0.86 | 0.22 | 66 | 0.75 | 0.44 |
| Hex | B5 | C6 | 1C | 9 | 0 | 56 | 16 | 42 | 4B | 2C |
| Octal | 265 | 306 | 34 | 11 | 0 | 126 | 26 | 102 | 113 | 54 |
| Binary | 10110101 | 11000110 | 11100 | 1001 | 0 | 1010110 | 10110 | 1000010 | 1001011 | 101100 |
Color Harmonies of #B5C61C
Complementary color
Monochromatic Colors of #B5C61C
Black with #B5C61C
Text Example
Text Example
White with #B5C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C61C; }
p { color: rgb(181,198,28); }
H1.HeaderClassName
{
color: #B5C61C;
}
.AnyTagClassName
{
color: #B5C61C;
}
</style>
background-color css
<style>
a { background-color: #B5C61C; }
a { background-color: rgb(181,198,28); }
div.DivClassName
{
background-color: #B5C61C;
}
.BgClassName
{
background-color: #B5C61C;
}
</style>
border-color css
<style>
span { border-color: #B5C61C; }
span { border-color: rgb(181,198,28); }
td.TdClassName
{
border-color: #B5C61C;
}
.TagClassName
{
border-color: #B5C61C;
}
</style>