Shades of Rio Grande #B5C71B
Tints of Rio Grande #B5C71B
RGB
CMYK
RGB Variations
Color information
#B5C71B (or 0xB5C71B) is known color: Rio Grande. HEX triplet: B5, C7 and 1B. RGB value is (181,199,27). Sum of RGB (Red+Green+Blue) = 181+199+27=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C71B is #4A38E4. Grayscale: #AEAEAE. Windows color (decimal): -4864229 or 1820597. OLE color: 1820597.
HSL color Cylindrical-coordinate representation of color #B5C71B: hue angle of 66.28º degrees, saturation: 0.76, 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 #B5C71B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 199 | 27 | - |
CMYK | 0.09 | 0 | 0.86 | 0.22 |
HSL | 66.28º | 0.76% | 0.44% | - |
HSV(B) | 66.28º | 0.86% | 0.78% | - |
XYZ | 39.68 | 50.75 | 8.74 | - |
YUV | 174.01 | 45.04 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 199 | 27 | 0.09 | 0 | 0.86 | 0.22 | 66.28 | 0.76 | 0.44 |
Hex | B5 | C7 | 1B | 9 | 0 | 56 | 16 | 42 | 4C | 2C |
Octal | 265 | 307 | 33 | 11 | 0 | 126 | 26 | 102 | 114 | 54 |
Binary | 10110101 | 11000111 | 11011 | 1001 | 0 | 1010110 | 10110 | 1000010 | 1001100 | 101100 |
Color Harmonies of #B5C71B
Complementary color
Monochromatic Colors of #B5C71B
Black with #B5C71B
Text Example
Text Example
White with #B5C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C71B; }
p { color: rgb(181,199,27); }
H1.HeaderClassName
{
color: #B5C71B;
}
.AnyTagClassName
{
color: #B5C71B;
}
</style>
background-color css
<style>
a { background-color: #B5C71B; }
a { background-color: rgb(181,199,27); }
div.DivClassName
{
background-color: #B5C71B;
}
.BgClassName
{
background-color: #B5C71B;
}
</style>
border-color css
<style>
span { border-color: #B5C71B; }
span { border-color: rgb(181,199,27); }
td.TdClassName
{
border-color: #B5C71B;
}
.TagClassName
{
border-color: #B5C71B;
}
</style>