Shades of Rio Grande #BBCB22
Tints of Rio Grande #BBCB22
RGB
CMYK
RGB Variations
Color information
#BBCB22 (or 0xBBCB22) is known color: Rio Grande. HEX triplet: BB, CB and 22. RGB value is (187,203,34). Sum of RGB (Red+Green+Blue) = 187+203+34=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 34 (13.67% from 255 or 8.02% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB22 is #4434DD. Grayscale: #B3B3B3. Windows color (decimal): -4469982 or 2280379. OLE color: 2280379.
HSL color Cylindrical-coordinate representation of color #BBCB22: hue angle of 65.68º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBCB22 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 34 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.20 |
| HSL | 65.68º | 0.71% | 0.46% | - |
| HSV(B) | 65.68º | 0.83% | 0.8% | - |
| XYZ | 42.14 | 53.39 | 9.6 | - |
| YUV | 178.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 34 | 0.08 | 0 | 0.83 | 0.20 | 65.68 | 0.71 | 0.46 |
| Hex | BB | CB | 22 | 8 | 0 | 53 | 14 | 42 | 47 | 2E |
| Octal | 273 | 313 | 42 | 10 | 0 | 123 | 24 | 102 | 107 | 56 |
| Binary | 10111011 | 11001011 | 100010 | 1000 | 0 | 1010011 | 10100 | 1000010 | 1000111 | 101110 |
Color Harmonies of #BBCB22
Complementary color
Monochromatic Colors of #BBCB22
Black with #BBCB22
Text Example
Text Example
White with #BBCB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB22; }
p { color: rgb(187,203,34); }
H1.HeaderClassName
{
color: #BBCB22;
}
.AnyTagClassName
{
color: #BBCB22;
}
</style>
background-color css
<style>
a { background-color: #BBCB22; }
a { background-color: rgb(187,203,34); }
div.DivClassName
{
background-color: #BBCB22;
}
.BgClassName
{
background-color: #BBCB22;
}
</style>
border-color css
<style>
span { border-color: #BBCB22; }
span { border-color: rgb(187,203,34); }
td.TdClassName
{
border-color: #BBCB22;
}
.TagClassName
{
border-color: #BBCB22;
}
</style>