Shades of Rio Grande #BBCC1B
Tints of Rio Grande #BBCC1B
RGB
CMYK
RGB Variations
Color information
#BBCC1B (or 0xBBCC1B) is known color: Rio Grande. HEX triplet: BB, CC and 1B. RGB value is (187,204,27). Sum of RGB (Red+Green+Blue) = 187+204+27=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC1B is #4433E4. Grayscale: #B3B3B3. Windows color (decimal): -4469733 or 1821883. OLE color: 1821883.
HSL color Cylindrical-coordinate representation of color #BBCC1B: hue angle of 65.76º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBCC1B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 27 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.2 |
| HSL | 65.76º | 0.77% | 0.45% | - |
| HSV(B) | 65.76º | 0.87% | 0.8% | - |
| XYZ | 42.28 | 53.83 | 9.2 | - |
| YUV | 178.74 | 42.37 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 27 | 0.08 | 0 | 0.87 | 0.2 | 65.76 | 0.77 | 0.45 |
| Hex | BB | CC | 1B | 8 | 0 | 57 | 14 | 42 | 4D | 2D |
| Octal | 273 | 314 | 33 | 10 | 0 | 127 | 24 | 102 | 115 | 55 |
| Binary | 10111011 | 11001100 | 11011 | 1000 | 0 | 1010111 | 10100 | 1000010 | 1001101 | 101101 |
Color Harmonies of #BBCC1B
Complementary color
Monochromatic Colors of #BBCC1B
Black with #BBCC1B
Text Example
Text Example
White with #BBCC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC1B; }
p { color: rgb(187,204,27); }
H1.HeaderClassName
{
color: #BBCC1B;
}
.AnyTagClassName
{
color: #BBCC1B;
}
</style>
background-color css
<style>
a { background-color: #BBCC1B; }
a { background-color: rgb(187,204,27); }
div.DivClassName
{
background-color: #BBCC1B;
}
.BgClassName
{
background-color: #BBCC1B;
}
</style>
border-color css
<style>
span { border-color: #BBCC1B; }
span { border-color: rgb(187,204,27); }
td.TdClassName
{
border-color: #BBCC1B;
}
.TagClassName
{
border-color: #BBCC1B;
}
</style>