Shades of Rio Grande #BBBE23
Tints of Rio Grande #BBBE23
RGB
CMYK
RGB Variations
Color information
#BBBE23 (or 0xBBBE23) is known color: Rio Grande. HEX triplet: BB, BE and 23. RGB value is (187,190,35). Sum of RGB (Red+Green+Blue) = 187+190+35=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 35 (14.06% from 255 or 8.50% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBE23 is #4441DC. Grayscale: #ACACAC. Windows color (decimal): -4473309 or 2342587. OLE color: 2342587.
HSL color Cylindrical-coordinate representation of color #BBBE23: hue angle of 61.16º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBBE23 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 190 | 35 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.25 |
| HSL | 61.16º | 0.69% | 0.44% | - |
| HSV(B) | 61.16º | 0.82% | 0.75% | - |
| XYZ | 39.21 | 47.51 | 8.69 | - |
| YUV | 171.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 190 | 35 | 0.02 | 0 | 0.82 | 0.25 | 61.16 | 0.69 | 0.44 |
| Hex | BB | BE | 23 | 2 | 0 | 52 | 19 | 3D | 45 | 2C |
| Octal | 273 | 276 | 43 | 2 | 0 | 122 | 31 | 75 | 105 | 54 |
| Binary | 10111011 | 10111110 | 100011 | 10 | 0 | 1010010 | 11001 | 111101 | 1000101 | 101100 |
Color Harmonies of #BBBE23
Complementary color
Monochromatic Colors of #BBBE23
Black with #BBBE23
Text Example
Text Example
White with #BBBE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBE23; }
p { color: rgb(187,190,35); }
H1.HeaderClassName
{
color: #BBBE23;
}
.AnyTagClassName
{
color: #BBBE23;
}
</style>
background-color css
<style>
a { background-color: #BBBE23; }
a { background-color: rgb(187,190,35); }
div.DivClassName
{
background-color: #BBBE23;
}
.BgClassName
{
background-color: #BBBE23;
}
</style>
border-color css
<style>
span { border-color: #BBBE23; }
span { border-color: rgb(187,190,35); }
td.TdClassName
{
border-color: #BBBE23;
}
.TagClassName
{
border-color: #BBBE23;
}
</style>