Shades of Rio Grande #BBCC21
Tints of Rio Grande #BBCC21
RGB
CMYK
RGB Variations
Color information
#BBCC21 (or 0xBBCC21) is known color: Rio Grande. HEX triplet: BB, CC and 21. RGB value is (187,204,33). Sum of RGB (Red+Green+Blue) = 187+204+33=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC21 is #4433DE. Grayscale: #B4B4B4. Windows color (decimal): -4469727 or 2215099. OLE color: 2215099.
HSL color Cylindrical-coordinate representation of color #BBCC21: hue angle of 65.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBCC21 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.2 |
| HSL | 65.96º | 0.72% | 0.46% | - |
| HSV(B) | 65.96º | 0.84% | 0.8% | - |
| XYZ | 42.36 | 53.86 | 9.6 | - |
| YUV | 179.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 33 | 0.08 | 0 | 0.84 | 0.2 | 65.96 | 0.72 | 0.46 |
| Hex | BB | CC | 21 | 8 | 0 | 54 | 14 | 42 | 48 | 2E |
| Octal | 273 | 314 | 41 | 10 | 0 | 124 | 24 | 102 | 110 | 56 |
| Binary | 10111011 | 11001100 | 100001 | 1000 | 0 | 1010100 | 10100 | 1000010 | 1001000 | 101110 |
Color Harmonies of #BBCC21
Complementary color
Monochromatic Colors of #BBCC21
Black with #BBCC21
Text Example
Text Example
White with #BBCC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC21; }
p { color: rgb(187,204,33); }
H1.HeaderClassName
{
color: #BBCC21;
}
.AnyTagClassName
{
color: #BBCC21;
}
</style>
background-color css
<style>
a { background-color: #BBCC21; }
a { background-color: rgb(187,204,33); }
div.DivClassName
{
background-color: #BBCC21;
}
.BgClassName
{
background-color: #BBCC21;
}
</style>
border-color css
<style>
span { border-color: #BBCC21; }
span { border-color: rgb(187,204,33); }
td.TdClassName
{
border-color: #BBCC21;
}
.TagClassName
{
border-color: #BBCC21;
}
</style>