Shades of Rio Grande #B2CD1D
Tints of Rio Grande #B2CD1D
RGB
CMYK
RGB Variations
Color information
#B2CD1D (or 0xB2CD1D) is known color: Rio Grande. HEX triplet: B2, CD and 1D. RGB value is (178,205,29). Sum of RGB (Red+Green+Blue) = 178+205+29=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD1D is #4D32E2. Grayscale: #B1B1B1. Windows color (decimal): -5059299 or 1953202. OLE color: 1953202.
HSL color Cylindrical-coordinate representation of color #B2CD1D: hue angle of 69.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2CD1D is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 29 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.20 |
| HSL | 69.2º | 0.75% | 0.46% | - |
| HSV(B) | 69.2º | 0.86% | 0.8% | - |
| XYZ | 40.41 | 53.22 | 9.3 | - |
| YUV | 176.86 | 44.55 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 29 | 0.13 | 0 | 0.86 | 0.20 | 69.2 | 0.75 | 0.46 |
| Hex | B2 | CD | 1D | D | 0 | 56 | 14 | 45 | 4B | 2E |
| Octal | 262 | 315 | 35 | 15 | 0 | 126 | 24 | 105 | 113 | 56 |
| Binary | 10110010 | 11001101 | 11101 | 1101 | 0 | 1010110 | 10100 | 1000101 | 1001011 | 101110 |
Color Harmonies of #B2CD1D
Complementary color
Monochromatic Colors of #B2CD1D
Black with #B2CD1D
Text Example
Text Example
White with #B2CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CD1D; }
p { color: rgb(178,205,29); }
H1.HeaderClassName
{
color: #B2CD1D;
}
.AnyTagClassName
{
color: #B2CD1D;
}
</style>
background-color css
<style>
a { background-color: #B2CD1D; }
a { background-color: rgb(178,205,29); }
div.DivClassName
{
background-color: #B2CD1D;
}
.BgClassName
{
background-color: #B2CD1D;
}
</style>
border-color css
<style>
span { border-color: #B2CD1D; }
span { border-color: rgb(178,205,29); }
td.TdClassName
{
border-color: #B2CD1D;
}
.TagClassName
{
border-color: #B2CD1D;
}
</style>