Shades of Rio Grande #BBCC18
Tints of Rio Grande #BBCC18
RGB
CMYK
RGB Variations
Color information
#BBCC18 (or 0xBBCC18) is known color: Rio Grande. HEX triplet: BB, CC and 18. RGB value is (187,204,24). Sum of RGB (Red+Green+Blue) = 187+204+24=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC18 is #4433E7. Grayscale: #B3B3B3. Windows color (decimal): -4469736 or 1625275. OLE color: 1625275.
HSL color Cylindrical-coordinate representation of color #BBCC18: hue angle of 65.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBCC18 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 24 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.2 |
| HSL | 65.67º | 0.79% | 0.45% | - |
| HSV(B) | 65.67º | 0.88% | 0.8% | - |
| XYZ | 42.25 | 53.82 | 9.02 | - |
| YUV | 178.4 | 40.87 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 24 | 0.08 | 0 | 0.88 | 0.2 | 65.67 | 0.79 | 0.45 |
| Hex | BB | CC | 18 | 8 | 0 | 58 | 14 | 42 | 4F | 2D |
| Octal | 273 | 314 | 30 | 10 | 0 | 130 | 24 | 102 | 117 | 55 |
| Binary | 10111011 | 11001100 | 11000 | 1000 | 0 | 1011000 | 10100 | 1000010 | 1001111 | 101101 |
Color Harmonies of #BBCC18
Complementary color
Monochromatic Colors of #BBCC18
Black with #BBCC18
Text Example
Text Example
White with #BBCC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC18; }
p { color: rgb(187,204,24); }
H1.HeaderClassName
{
color: #BBCC18;
}
.AnyTagClassName
{
color: #BBCC18;
}
</style>
background-color css
<style>
a { background-color: #BBCC18; }
a { background-color: rgb(187,204,24); }
div.DivClassName
{
background-color: #BBCC18;
}
.BgClassName
{
background-color: #BBCC18;
}
</style>
border-color css
<style>
span { border-color: #BBCC18; }
span { border-color: rgb(187,204,24); }
td.TdClassName
{
border-color: #BBCC18;
}
.TagClassName
{
border-color: #BBCC18;
}
</style>