Shades of Rio Grande #B9CD1D
Tints of Rio Grande #B9CD1D
RGB
CMYK
RGB Variations
Color information
#B9CD1D (or 0xB9CD1D) is known color: Rio Grande. HEX triplet: B9, CD and 1D. RGB value is (185,205,29). Sum of RGB (Red+Green+Blue) = 185+205+29=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CD1D is #4632E2. Grayscale: #B3B3B3. Windows color (decimal): -4600547 or 1953209. OLE color: 1953209.
HSL color Cylindrical-coordinate representation of color #B9CD1D: hue angle of 66.82º 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 #B9CD1D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 205 | 29 | - |
CMYK | 0.10 | 0 | 0.86 | 0.20 |
HSL | 66.82º | 0.75% | 0.46% | - |
HSV(B) | 66.82º | 0.86% | 0.8% | - |
XYZ | 42.06 | 54.07 | 9.38 | - |
YUV | 178.96 | 43.37 | 132.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 205 | 29 | 0.10 | 0 | 0.86 | 0.20 | 66.82 | 0.75 | 0.46 |
Hex | B9 | CD | 1D | A | 0 | 56 | 14 | 43 | 4B | 2E |
Octal | 271 | 315 | 35 | 12 | 0 | 126 | 24 | 103 | 113 | 56 |
Binary | 10111001 | 11001101 | 11101 | 1010 | 0 | 1010110 | 10100 | 1000011 | 1001011 | 101110 |
Color Harmonies of #B9CD1D
Complementary color
Monochromatic Colors of #B9CD1D
Black with #B9CD1D
Text Example
Text Example
White with #B9CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CD1D; }
p { color: rgb(185,205,29); }
H1.HeaderClassName
{
color: #B9CD1D;
}
.AnyTagClassName
{
color: #B9CD1D;
}
</style>
background-color css
<style>
a { background-color: #B9CD1D; }
a { background-color: rgb(185,205,29); }
div.DivClassName
{
background-color: #B9CD1D;
}
.BgClassName
{
background-color: #B9CD1D;
}
</style>
border-color css
<style>
span { border-color: #B9CD1D; }
span { border-color: rgb(185,205,29); }
td.TdClassName
{
border-color: #B9CD1D;
}
.TagClassName
{
border-color: #B9CD1D;
}
</style>