Shades of Rio Grande #BBCB21
Tints of Rio Grande #BBCB21
RGB
CMYK
RGB Variations
Color information
#BBCB21 (or 0xBBCB21) is known color: Rio Grande. HEX triplet: BB, CB and 21. RGB value is (187,203,33). Sum of RGB (Red+Green+Blue) = 187+203+33=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB21 is #4434DE. Grayscale: #B3B3B3. Windows color (decimal): -4469983 or 2214843. OLE color: 2214843.
HSL color Cylindrical-coordinate representation of color #BBCB21: hue angle of 65.65º 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 #BBCB21 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.20 |
| HSL | 65.65º | 0.72% | 0.46% | - |
| HSV(B) | 65.65º | 0.84% | 0.8% | - |
| XYZ | 42.12 | 53.39 | 9.52 | - |
| YUV | 178.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 33 | 0.08 | 0 | 0.84 | 0.20 | 65.65 | 0.72 | 0.46 |
| Hex | BB | CB | 21 | 8 | 0 | 54 | 14 | 42 | 48 | 2E |
| Octal | 273 | 313 | 41 | 10 | 0 | 124 | 24 | 102 | 110 | 56 |
| Binary | 10111011 | 11001011 | 100001 | 1000 | 0 | 1010100 | 10100 | 1000010 | 1001000 | 101110 |
Color Harmonies of #BBCB21
Complementary color
Monochromatic Colors of #BBCB21
Black with #BBCB21
Text Example
Text Example
White with #BBCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB21; }
p { color: rgb(187,203,33); }
H1.HeaderClassName
{
color: #BBCB21;
}
.AnyTagClassName
{
color: #BBCB21;
}
</style>
background-color css
<style>
a { background-color: #BBCB21; }
a { background-color: rgb(187,203,33); }
div.DivClassName
{
background-color: #BBCB21;
}
.BgClassName
{
background-color: #BBCB21;
}
</style>
border-color css
<style>
span { border-color: #BBCB21; }
span { border-color: rgb(187,203,33); }
td.TdClassName
{
border-color: #BBCB21;
}
.TagClassName
{
border-color: #BBCB21;
}
</style>