Shades of Rio Grande #B4CF0D
Tints of Rio Grande #B4CF0D
RGB
CMYK
RGB Variations
Color information
#B4CF0D (or 0xB4CF0D) is known color: Rio Grande. HEX triplet: B4, CF and 0D. RGB value is (180,207,13). Sum of RGB (Red+Green+Blue) = 180+207+13=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CF0D is #4B30F2. Grayscale: #B1B1B1. Windows color (decimal): -4927731 or 905140. OLE color: 905140.
HSL color Cylindrical-coordinate representation of color #B4CF0D: hue angle of 68.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4CF0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.19 |
| HSL | 68.35º | 0.88% | 0.43% | - |
| HSV(B) | 68.35º | 0.94% | 0.81% | - |
| XYZ | 41.21 | 54.36 | 8.7 | - |
| YUV | 176.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 13 | 0.13 | 0 | 0.94 | 0.19 | 68.35 | 0.88 | 0.43 |
| Hex | B4 | CF | D | D | 0 | 5E | 13 | 44 | 58 | 2B |
| Octal | 264 | 317 | 15 | 15 | 0 | 136 | 23 | 104 | 130 | 53 |
| Binary | 10110100 | 11001111 | 1101 | 1101 | 0 | 1011110 | 10011 | 1000100 | 1011000 | 101011 |
Color Harmonies of #B4CF0D
Complementary color
Monochromatic Colors of #B4CF0D
Black with #B4CF0D
Text Example
Text Example
White with #B4CF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CF0D; }
p { color: rgb(180,207,13); }
H1.HeaderClassName
{
color: #B4CF0D;
}
.AnyTagClassName
{
color: #B4CF0D;
}
</style>
background-color css
<style>
a { background-color: #B4CF0D; }
a { background-color: rgb(180,207,13); }
div.DivClassName
{
background-color: #B4CF0D;
}
.BgClassName
{
background-color: #B4CF0D;
}
</style>
border-color css
<style>
span { border-color: #B4CF0D; }
span { border-color: rgb(180,207,13); }
td.TdClassName
{
border-color: #B4CF0D;
}
.TagClassName
{
border-color: #B4CF0D;
}
</style>