Shades of Rio Grande #B4CF20
Tints of Rio Grande #B4CF20
RGB
CMYK
RGB Variations
Color information
#B4CF20 (or 0xB4CF20) is known color: Rio Grande. HEX triplet: B4, CF and 20. RGB value is (180,207,32). Sum of RGB (Red+Green+Blue) = 180+207+32=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CF20 is #4B30DF. Grayscale: #B3B3B3. Windows color (decimal): -4927712 or 2150324. OLE color: 2150324.
HSL color Cylindrical-coordinate representation of color #B4CF20: hue angle of 69.26º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4CF20 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 32 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.19 |
| HSL | 69.26º | 0.73% | 0.47% | - |
| HSV(B) | 69.26º | 0.85% | 0.81% | - |
| XYZ | 41.4 | 54.43 | 9.69 | - |
| YUV | 178.98 | 45.05 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 32 | 0.13 | 0 | 0.85 | 0.19 | 69.26 | 0.73 | 0.47 |
| Hex | B4 | CF | 20 | D | 0 | 55 | 13 | 45 | 49 | 2F |
| Octal | 264 | 317 | 40 | 15 | 0 | 125 | 23 | 105 | 111 | 57 |
| Binary | 10110100 | 11001111 | 100000 | 1101 | 0 | 1010101 | 10011 | 1000101 | 1001001 | 101111 |
Color Harmonies of #B4CF20
Complementary color
Monochromatic Colors of #B4CF20
Black with #B4CF20
Text Example
Text Example
White with #B4CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CF20; }
p { color: rgb(180,207,32); }
H1.HeaderClassName
{
color: #B4CF20;
}
.AnyTagClassName
{
color: #B4CF20;
}
</style>
background-color css
<style>
a { background-color: #B4CF20; }
a { background-color: rgb(180,207,32); }
div.DivClassName
{
background-color: #B4CF20;
}
.BgClassName
{
background-color: #B4CF20;
}
</style>
border-color css
<style>
span { border-color: #B4CF20; }
span { border-color: rgb(180,207,32); }
td.TdClassName
{
border-color: #B4CF20;
}
.TagClassName
{
border-color: #B4CF20;
}
</style>