Shades of Rio Grande #B5CC1A
Tints of Rio Grande #B5CC1A
RGB
CMYK
RGB Variations
Color information
#B5CC1A (or 0xB5CC1A) is known color: Rio Grande. HEX triplet: B5, CC and 1A. RGB value is (181,204,26). Sum of RGB (Red+Green+Blue) = 181+204+26=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC1A is #4A33E5. Grayscale: #B1B1B1. Windows color (decimal): -4862950 or 1756341. OLE color: 1756341.
HSL color Cylindrical-coordinate representation of color #B5CC1A: hue angle of 67.75º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5CC1A is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 26 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.2 |
| HSL | 67.75º | 0.77% | 0.45% | - |
| HSV(B) | 67.75º | 0.87% | 0.8% | - |
| XYZ | 40.84 | 53.08 | 9.07 | - |
| YUV | 176.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 26 | 0.11 | 0 | 0.87 | 0.2 | 67.75 | 0.77 | 0.45 |
| Hex | B5 | CC | 1A | B | 0 | 57 | 14 | 44 | 4D | 2D |
| Octal | 265 | 314 | 32 | 13 | 0 | 127 | 24 | 104 | 115 | 55 |
| Binary | 10110101 | 11001100 | 11010 | 1011 | 0 | 1010111 | 10100 | 1000100 | 1001101 | 101101 |
Color Harmonies of #B5CC1A
Complementary color
Monochromatic Colors of #B5CC1A
Black with #B5CC1A
Text Example
Text Example
White with #B5CC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC1A; }
p { color: rgb(181,204,26); }
H1.HeaderClassName
{
color: #B5CC1A;
}
.AnyTagClassName
{
color: #B5CC1A;
}
</style>
background-color css
<style>
a { background-color: #B5CC1A; }
a { background-color: rgb(181,204,26); }
div.DivClassName
{
background-color: #B5CC1A;
}
.BgClassName
{
background-color: #B5CC1A;
}
</style>
border-color css
<style>
span { border-color: #B5CC1A; }
span { border-color: rgb(181,204,26); }
td.TdClassName
{
border-color: #B5CC1A;
}
.TagClassName
{
border-color: #B5CC1A;
}
</style>