Shades of Rio Grande #B1CD0D
Tints of Rio Grande #B1CD0D
RGB
CMYK
RGB Variations
Color information
#B1CD0D (or 0xB1CD0D) is known color: Rio Grande. HEX triplet: B1, CD and 0D. RGB value is (177,205,13). Sum of RGB (Red+Green+Blue) = 177+205+13=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CD0D is #4E32F2. Grayscale: #AFAFAF. Windows color (decimal): -5124851 or 904625. OLE color: 904625.
HSL color Cylindrical-coordinate representation of color #B1CD0D: hue angle of 68.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1CD0D is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 13 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.20 |
| HSL | 68.75º | 0.88% | 0.43% | - |
| HSV(B) | 68.75º | 0.94% | 0.8% | - |
| XYZ | 40.04 | 53.04 | 8.51 | - |
| YUV | 174.74 | 36.72 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 13 | 0.14 | 0 | 0.94 | 0.20 | 68.75 | 0.88 | 0.43 |
| Hex | B1 | CD | D | E | 0 | 5E | 14 | 45 | 58 | 2B |
| Octal | 261 | 315 | 15 | 16 | 0 | 136 | 24 | 105 | 130 | 53 |
| Binary | 10110001 | 11001101 | 1101 | 1110 | 0 | 1011110 | 10100 | 1000101 | 1011000 | 101011 |
Color Harmonies of #B1CD0D
Complementary color
Monochromatic Colors of #B1CD0D
Black with #B1CD0D
Text Example
Text Example
White with #B1CD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CD0D; }
p { color: rgb(177,205,13); }
H1.HeaderClassName
{
color: #B1CD0D;
}
.AnyTagClassName
{
color: #B1CD0D;
}
</style>
background-color css
<style>
a { background-color: #B1CD0D; }
a { background-color: rgb(177,205,13); }
div.DivClassName
{
background-color: #B1CD0D;
}
.BgClassName
{
background-color: #B1CD0D;
}
</style>
border-color css
<style>
span { border-color: #B1CD0D; }
span { border-color: rgb(177,205,13); }
td.TdClassName
{
border-color: #B1CD0D;
}
.TagClassName
{
border-color: #B1CD0D;
}
</style>