Shades of Rio Grande #BBCC23
Tints of Rio Grande #BBCC23
RGB
CMYK
RGB Variations
Color information
#BBCC23 (or 0xBBCC23) is known color: Rio Grande. HEX triplet: BB, CC and 23. RGB value is (187,204,35). Sum of RGB (Red+Green+Blue) = 187+204+35=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC23 is #4433DC. Grayscale: #B4B4B4. Windows color (decimal): -4469725 or 2346171. OLE color: 2346171.
HSL color Cylindrical-coordinate representation of color #BBCC23: hue angle of 66.04º degrees, saturation: 0.71, 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 #BBCC23 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 35 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.2 |
| HSL | 66.04º | 0.71% | 0.47% | - |
| HSV(B) | 66.04º | 0.83% | 0.8% | - |
| XYZ | 42.39 | 53.87 | 9.75 | - |
| YUV | 179.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 35 | 0.08 | 0 | 0.83 | 0.2 | 66.04 | 0.71 | 0.47 |
| Hex | BB | CC | 23 | 8 | 0 | 53 | 14 | 42 | 47 | 2F |
| Octal | 273 | 314 | 43 | 10 | 0 | 123 | 24 | 102 | 107 | 57 |
| Binary | 10111011 | 11001100 | 100011 | 1000 | 0 | 1010011 | 10100 | 1000010 | 1000111 | 101111 |
Color Harmonies of #BBCC23
Complementary color
Monochromatic Colors of #BBCC23
Black with #BBCC23
Text Example
Text Example
White with #BBCC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC23; }
p { color: rgb(187,204,35); }
H1.HeaderClassName
{
color: #BBCC23;
}
.AnyTagClassName
{
color: #BBCC23;
}
</style>
background-color css
<style>
a { background-color: #BBCC23; }
a { background-color: rgb(187,204,35); }
div.DivClassName
{
background-color: #BBCC23;
}
.BgClassName
{
background-color: #BBCC23;
}
</style>
border-color css
<style>
span { border-color: #BBCC23; }
span { border-color: rgb(187,204,35); }
td.TdClassName
{
border-color: #BBCC23;
}
.TagClassName
{
border-color: #BBCC23;
}
</style>