Shades of Rio Grande #BBCC1D
Tints of Rio Grande #BBCC1D
RGB
CMYK
RGB Variations
Color information
#BBCC1D (or 0xBBCC1D) is known color: Rio Grande. HEX triplet: BB, CC and 1D. RGB value is (187,204,29). Sum of RGB (Red+Green+Blue) = 187+204+29=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC1D is #4433E2. Grayscale: #B3B3B3. Windows color (decimal): -4469731 or 1952955. OLE color: 1952955.
HSL color Cylindrical-coordinate representation of color #BBCC1D: hue angle of 65.83º 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 #BBCC1D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 29 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.2 |
| HSL | 65.83º | 0.75% | 0.46% | - |
| HSV(B) | 65.83º | 0.86% | 0.8% | - |
| XYZ | 42.31 | 53.84 | 9.32 | - |
| YUV | 178.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 29 | 0.08 | 0 | 0.86 | 0.2 | 65.83 | 0.75 | 0.46 |
| Hex | BB | CC | 1D | 8 | 0 | 56 | 14 | 42 | 4B | 2E |
| Octal | 273 | 314 | 35 | 10 | 0 | 126 | 24 | 102 | 113 | 56 |
| Binary | 10111011 | 11001100 | 11101 | 1000 | 0 | 1010110 | 10100 | 1000010 | 1001011 | 101110 |
Color Harmonies of #BBCC1D
Complementary color
Monochromatic Colors of #BBCC1D
Black with #BBCC1D
Text Example
Text Example
White with #BBCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC1D; }
p { color: rgb(187,204,29); }
H1.HeaderClassName
{
color: #BBCC1D;
}
.AnyTagClassName
{
color: #BBCC1D;
}
</style>
background-color css
<style>
a { background-color: #BBCC1D; }
a { background-color: rgb(187,204,29); }
div.DivClassName
{
background-color: #BBCC1D;
}
.BgClassName
{
background-color: #BBCC1D;
}
</style>
border-color css
<style>
span { border-color: #BBCC1D; }
span { border-color: rgb(187,204,29); }
td.TdClassName
{
border-color: #BBCC1D;
}
.TagClassName
{
border-color: #BBCC1D;
}
</style>