Shades of Rio Grande #B4CE20
Tints of Rio Grande #B4CE20
RGB
CMYK
RGB Variations
Color information
#B4CE20 (or 0xB4CE20) is known color: Rio Grande. HEX triplet: B4, CE and 20. RGB value is (180,206,32). Sum of RGB (Red+Green+Blue) = 180+206+32=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CE20 is #4B31DF. Grayscale: #B3B3B3. Windows color (decimal): -4927968 or 2150068. OLE color: 2150068.
HSL color Cylindrical-coordinate representation of color #B4CE20: hue angle of 68.97º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4CE20 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 32 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.19 |
| HSL | 68.97º | 0.73% | 0.47% | - |
| HSV(B) | 68.97º | 0.84% | 0.81% | - |
| XYZ | 41.15 | 53.95 | 9.61 | - |
| YUV | 178.39 | 45.39 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 32 | 0.13 | 0 | 0.84 | 0.19 | 68.97 | 0.73 | 0.47 |
| Hex | B4 | CE | 20 | D | 0 | 54 | 13 | 45 | 49 | 2F |
| Octal | 264 | 316 | 40 | 15 | 0 | 124 | 23 | 105 | 111 | 57 |
| Binary | 10110100 | 11001110 | 100000 | 1101 | 0 | 1010100 | 10011 | 1000101 | 1001001 | 101111 |
Color Harmonies of #B4CE20
Complementary color
Monochromatic Colors of #B4CE20
Black with #B4CE20
Text Example
Text Example
White with #B4CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CE20; }
p { color: rgb(180,206,32); }
H1.HeaderClassName
{
color: #B4CE20;
}
.AnyTagClassName
{
color: #B4CE20;
}
</style>
background-color css
<style>
a { background-color: #B4CE20; }
a { background-color: rgb(180,206,32); }
div.DivClassName
{
background-color: #B4CE20;
}
.BgClassName
{
background-color: #B4CE20;
}
</style>
border-color css
<style>
span { border-color: #B4CE20; }
span { border-color: rgb(180,206,32); }
td.TdClassName
{
border-color: #B4CE20;
}
.TagClassName
{
border-color: #B4CE20;
}
</style>