Shades of Rio Grande #B6CC1D
Tints of Rio Grande #B6CC1D
RGB
CMYK
RGB Variations
Color information
#B6CC1D (or 0xB6CC1D) is known color: Rio Grande. HEX triplet: B6, CC and 1D. RGB value is (182,204,29). Sum of RGB (Red+Green+Blue) = 182+204+29=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CC1D is #4933E2. Grayscale: #B2B2B2. Windows color (decimal): -4797411 or 1952950. OLE color: 1952950.
HSL color Cylindrical-coordinate representation of color #B6CC1D: hue angle of 67.54º 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 #B6CC1D is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 29 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.2 |
| HSL | 67.54º | 0.75% | 0.46% | - |
| HSV(B) | 67.54º | 0.86% | 0.8% | - |
| XYZ | 41.11 | 53.22 | 9.27 | - |
| YUV | 177.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 29 | 0.11 | 0 | 0.86 | 0.2 | 67.54 | 0.75 | 0.46 |
| Hex | B6 | CC | 1D | B | 0 | 56 | 14 | 44 | 4B | 2E |
| Octal | 266 | 314 | 35 | 13 | 0 | 126 | 24 | 104 | 113 | 56 |
| Binary | 10110110 | 11001100 | 11101 | 1011 | 0 | 1010110 | 10100 | 1000100 | 1001011 | 101110 |
Color Harmonies of #B6CC1D
Complementary color
Monochromatic Colors of #B6CC1D
Black with #B6CC1D
Text Example
Text Example
White with #B6CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CC1D; }
p { color: rgb(182,204,29); }
H1.HeaderClassName
{
color: #B6CC1D;
}
.AnyTagClassName
{
color: #B6CC1D;
}
</style>
background-color css
<style>
a { background-color: #B6CC1D; }
a { background-color: rgb(182,204,29); }
div.DivClassName
{
background-color: #B6CC1D;
}
.BgClassName
{
background-color: #B6CC1D;
}
</style>
border-color css
<style>
span { border-color: #B6CC1D; }
span { border-color: rgb(182,204,29); }
td.TdClassName
{
border-color: #B6CC1D;
}
.TagClassName
{
border-color: #B6CC1D;
}
</style>