Shades of Rio Grande #BBCD22
Tints of Rio Grande #BBCD22
RGB
CMYK
RGB Variations
Color information
#BBCD22 (or 0xBBCD22) is known color: Rio Grande. HEX triplet: BB, CD and 22. RGB value is (187,205,34). Sum of RGB (Red+Green+Blue) = 187+205+34=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD22 is #4432DD. Grayscale: #B4B4B4. Windows color (decimal): -4469470 or 2280891. OLE color: 2280891.
HSL color Cylindrical-coordinate representation of color #BBCD22: hue angle of 66.32º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBCD22 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 34 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.20 |
| HSL | 66.32º | 0.72% | 0.47% | - |
| HSV(B) | 66.32º | 0.83% | 0.8% | - |
| XYZ | 42.61 | 54.34 | 9.76 | - |
| YUV | 180.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 34 | 0.09 | 0 | 0.83 | 0.20 | 66.32 | 0.72 | 0.47 |
| Hex | BB | CD | 22 | 9 | 0 | 53 | 14 | 42 | 48 | 2F |
| Octal | 273 | 315 | 42 | 11 | 0 | 123 | 24 | 102 | 110 | 57 |
| Binary | 10111011 | 11001101 | 100010 | 1001 | 0 | 1010011 | 10100 | 1000010 | 1001000 | 101111 |
Color Harmonies of #BBCD22
Complementary color
Monochromatic Colors of #BBCD22
Black with #BBCD22
Text Example
Text Example
White with #BBCD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD22; }
p { color: rgb(187,205,34); }
H1.HeaderClassName
{
color: #BBCD22;
}
.AnyTagClassName
{
color: #BBCD22;
}
</style>
background-color css
<style>
a { background-color: #BBCD22; }
a { background-color: rgb(187,205,34); }
div.DivClassName
{
background-color: #BBCD22;
}
.BgClassName
{
background-color: #BBCD22;
}
</style>
border-color css
<style>
span { border-color: #BBCD22; }
span { border-color: rgb(187,205,34); }
td.TdClassName
{
border-color: #BBCD22;
}
.TagClassName
{
border-color: #BBCD22;
}
</style>