Shades of Rio Grande #BBCC24
Tints of Rio Grande #BBCC24
RGB
CMYK
RGB Variations
Color information
#BBCC24 (or 0xBBCC24) is known color: Rio Grande. HEX triplet: BB, CC and 24. RGB value is (187,204,36). Sum of RGB (Red+Green+Blue) = 187+204+36=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC24 is #4433DB. Grayscale: #B4B4B4. Windows color (decimal): -4469724 or 2411707. OLE color: 2411707.
HSL color Cylindrical-coordinate representation of color #BBCC24: hue angle of 66.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBCC24 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 36 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.2 |
| HSL | 66.07º | 0.7% | 0.47% | - |
| HSV(B) | 66.07º | 0.82% | 0.8% | - |
| XYZ | 42.4 | 53.88 | 9.83 | - |
| YUV | 179.77 | 46.87 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 36 | 0.08 | 0 | 0.82 | 0.2 | 66.07 | 0.7 | 0.47 |
| Hex | BB | CC | 24 | 8 | 0 | 52 | 14 | 42 | 46 | 2F |
| Octal | 273 | 314 | 44 | 10 | 0 | 122 | 24 | 102 | 106 | 57 |
| Binary | 10111011 | 11001100 | 100100 | 1000 | 0 | 1010010 | 10100 | 1000010 | 1000110 | 101111 |
Color Harmonies of #BBCC24
Complementary color
Monochromatic Colors of #BBCC24
Black with #BBCC24
Text Example
Text Example
White with #BBCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC24; }
p { color: rgb(187,204,36); }
H1.HeaderClassName
{
color: #BBCC24;
}
.AnyTagClassName
{
color: #BBCC24;
}
</style>
background-color css
<style>
a { background-color: #BBCC24; }
a { background-color: rgb(187,204,36); }
div.DivClassName
{
background-color: #BBCC24;
}
.BgClassName
{
background-color: #BBCC24;
}
</style>
border-color css
<style>
span { border-color: #BBCC24; }
span { border-color: rgb(187,204,36); }
td.TdClassName
{
border-color: #BBCC24;
}
.TagClassName
{
border-color: #BBCC24;
}
</style>