Shades of Rio Grande #B5CC29
Tints of Rio Grande #B5CC29
RGB
CMYK
RGB Variations
Color information
#B5CC29 (or 0xB5CC29) is known color: Rio Grande. HEX triplet: B5, CC and 29. RGB value is (181,204,41). Sum of RGB (Red+Green+Blue) = 181+204+41=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CC29 is #4A33D6. Grayscale: #B3B3B3. Windows color (decimal): -4862935 or 2739381. OLE color: 2739381.
HSL color Cylindrical-coordinate representation of color #B5CC29: hue angle of 68.47º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5CC29 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 41 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.2 |
| HSL | 68.47º | 0.67% | 0.48% | - |
| HSV(B) | 68.47º | 0.8% | 0.8% | - |
| XYZ | 41.05 | 53.17 | 10.2 | - |
| YUV | 178.54 | 50.38 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 41 | 0.11 | 0 | 0.80 | 0.2 | 68.47 | 0.67 | 0.48 |
| Hex | B5 | CC | 29 | B | 0 | 50 | 14 | 44 | 43 | 30 |
| Octal | 265 | 314 | 51 | 13 | 0 | 120 | 24 | 104 | 103 | 60 |
| Binary | 10110101 | 11001100 | 101001 | 1011 | 0 | 1010000 | 10100 | 1000100 | 1000011 | 110000 |
Color Harmonies of #B5CC29
Complementary color
Monochromatic Colors of #B5CC29
Black with #B5CC29
Text Example
Text Example
White with #B5CC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC29; }
p { color: rgb(181,204,41); }
H1.HeaderClassName
{
color: #B5CC29;
}
.AnyTagClassName
{
color: #B5CC29;
}
</style>
background-color css
<style>
a { background-color: #B5CC29; }
a { background-color: rgb(181,204,41); }
div.DivClassName
{
background-color: #B5CC29;
}
.BgClassName
{
background-color: #B5CC29;
}
</style>
border-color css
<style>
span { border-color: #B5CC29; }
span { border-color: rgb(181,204,41); }
td.TdClassName
{
border-color: #B5CC29;
}
.TagClassName
{
border-color: #B5CC29;
}
</style>