Shades of Rio Grande #BBCF18
Tints of Rio Grande #BBCF18
RGB
CMYK
RGB Variations
Color information
#BBCF18 (or 0xBBCF18) is known color: Rio Grande. HEX triplet: BB, CF and 18. RGB value is (187,207,24). Sum of RGB (Red+Green+Blue) = 187+207+24=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 24 (9.77% from 255 or 5.74% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCF18 is #4430E7. Grayscale: #B4B4B4. Windows color (decimal): -4468968 or 1626043. OLE color: 1626043.
HSL color Cylindrical-coordinate representation of color #BBCF18: hue angle of 66.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBCF18 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 207 | 24 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.19 |
| HSL | 66.56º | 0.79% | 0.45% | - |
| HSV(B) | 66.56º | 0.88% | 0.81% | - |
| XYZ | 42.97 | 55.26 | 9.26 | - |
| YUV | 180.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 207 | 24 | 0.10 | 0 | 0.88 | 0.19 | 66.56 | 0.79 | 0.45 |
| Hex | BB | CF | 18 | A | 0 | 58 | 13 | 43 | 4F | 2D |
| Octal | 273 | 317 | 30 | 12 | 0 | 130 | 23 | 103 | 117 | 55 |
| Binary | 10111011 | 11001111 | 11000 | 1010 | 0 | 1011000 | 10011 | 1000011 | 1001111 | 101101 |
Color Harmonies of #BBCF18
Complementary color
Monochromatic Colors of #BBCF18
Black with #BBCF18
Text Example
Text Example
White with #BBCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCF18; }
p { color: rgb(187,207,24); }
H1.HeaderClassName
{
color: #BBCF18;
}
.AnyTagClassName
{
color: #BBCF18;
}
</style>
background-color css
<style>
a { background-color: #BBCF18; }
a { background-color: rgb(187,207,24); }
div.DivClassName
{
background-color: #BBCF18;
}
.BgClassName
{
background-color: #BBCF18;
}
</style>
border-color css
<style>
span { border-color: #BBCF18; }
span { border-color: rgb(187,207,24); }
td.TdClassName
{
border-color: #BBCF18;
}
.TagClassName
{
border-color: #BBCF18;
}
</style>