Shades of Rio Grande #BBCD1C
Tints of Rio Grande #BBCD1C
RGB
CMYK
RGB Variations
Color information
#BBCD1C (or 0xBBCD1C) is known color: Rio Grande. HEX triplet: BB, CD and 1C. RGB value is (187,205,28). Sum of RGB (Red+Green+Blue) = 187+205+28=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD1C is #4432E3. Grayscale: #B4B4B4. Windows color (decimal): -4469476 or 1887675. OLE color: 1887675.
HSL color Cylindrical-coordinate representation of color #BBCD1C: hue angle of 66.1º degrees, saturation: 0.76, 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 #BBCD1C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 28 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.20 |
| HSL | 66.1º | 0.76% | 0.46% | - |
| HSV(B) | 66.1º | 0.86% | 0.8% | - |
| XYZ | 42.53 | 54.31 | 9.34 | - |
| YUV | 179.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 28 | 0.09 | 0 | 0.86 | 0.20 | 66.1 | 0.76 | 0.46 |
| Hex | BB | CD | 1C | 9 | 0 | 56 | 14 | 42 | 4C | 2E |
| Octal | 273 | 315 | 34 | 11 | 0 | 126 | 24 | 102 | 114 | 56 |
| Binary | 10111011 | 11001101 | 11100 | 1001 | 0 | 1010110 | 10100 | 1000010 | 1001100 | 101110 |
Color Harmonies of #BBCD1C
Complementary color
Monochromatic Colors of #BBCD1C
Black with #BBCD1C
Text Example
Text Example
White with #BBCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD1C; }
p { color: rgb(187,205,28); }
H1.HeaderClassName
{
color: #BBCD1C;
}
.AnyTagClassName
{
color: #BBCD1C;
}
</style>
background-color css
<style>
a { background-color: #BBCD1C; }
a { background-color: rgb(187,205,28); }
div.DivClassName
{
background-color: #BBCD1C;
}
.BgClassName
{
background-color: #BBCD1C;
}
</style>
border-color css
<style>
span { border-color: #BBCD1C; }
span { border-color: rgb(187,205,28); }
td.TdClassName
{
border-color: #BBCD1C;
}
.TagClassName
{
border-color: #BBCD1C;
}
</style>