Shades of Rio Grande #BBCD18
Tints of Rio Grande #BBCD18
RGB
CMYK
RGB Variations
Color information
#BBCD18 (or 0xBBCD18) is known color: Rio Grande. HEX triplet: BB, CD and 18. RGB value is (187,205,24). Sum of RGB (Red+Green+Blue) = 187+205+24=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD18 is #4432E7. Grayscale: #B3B3B3. Windows color (decimal): -4469480 or 1625531. OLE color: 1625531.
HSL color Cylindrical-coordinate representation of color #BBCD18: hue angle of 65.97º 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 #BBCD18 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 24 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.20 |
| HSL | 65.97º | 0.79% | 0.45% | - |
| HSV(B) | 65.97º | 0.88% | 0.8% | - |
| XYZ | 42.49 | 54.29 | 9.1 | - |
| YUV | 178.98 | 40.54 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 24 | 0.09 | 0 | 0.88 | 0.20 | 65.97 | 0.79 | 0.45 |
| Hex | BB | CD | 18 | 9 | 0 | 58 | 14 | 42 | 4F | 2D |
| Octal | 273 | 315 | 30 | 11 | 0 | 130 | 24 | 102 | 117 | 55 |
| Binary | 10111011 | 11001101 | 11000 | 1001 | 0 | 1011000 | 10100 | 1000010 | 1001111 | 101101 |
Color Harmonies of #BBCD18
Complementary color
Monochromatic Colors of #BBCD18
Black with #BBCD18
Text Example
Text Example
White with #BBCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD18; }
p { color: rgb(187,205,24); }
H1.HeaderClassName
{
color: #BBCD18;
}
.AnyTagClassName
{
color: #BBCD18;
}
</style>
background-color css
<style>
a { background-color: #BBCD18; }
a { background-color: rgb(187,205,24); }
div.DivClassName
{
background-color: #BBCD18;
}
.BgClassName
{
background-color: #BBCD18;
}
</style>
border-color css
<style>
span { border-color: #BBCD18; }
span { border-color: rgb(187,205,24); }
td.TdClassName
{
border-color: #BBCD18;
}
.TagClassName
{
border-color: #BBCD18;
}
</style>