Shades of Rio Grande #BBC318
Tints of Rio Grande #BBC318
RGB
CMYK
RGB Variations
Color information
#BBC318 (or 0xBBC318) is known color: Rio Grande. HEX triplet: BB, C3 and 18. RGB value is (187,195,24). Sum of RGB (Red+Green+Blue) = 187+195+24=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC318 is #443CE7. Grayscale: #ADADAD. Windows color (decimal): -4472040 or 1622971. OLE color: 1622971.
HSL color Cylindrical-coordinate representation of color #BBC318: hue angle of 62.81º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC318 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 24 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.24 |
| HSL | 62.81º | 0.78% | 0.43% | - |
| HSV(B) | 62.81º | 0.88% | 0.76% | - |
| XYZ | 40.17 | 49.66 | 8.33 | - |
| YUV | 173.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 24 | 0.04 | 0 | 0.88 | 0.24 | 62.81 | 0.78 | 0.43 |
| Hex | BB | C3 | 18 | 4 | 0 | 58 | 18 | 3F | 4E | 2B |
| Octal | 273 | 303 | 30 | 4 | 0 | 130 | 30 | 77 | 116 | 53 |
| Binary | 10111011 | 11000011 | 11000 | 100 | 0 | 1011000 | 11000 | 111111 | 1001110 | 101011 |
Color Harmonies of #BBC318
Complementary color
Monochromatic Colors of #BBC318
Black with #BBC318
Text Example
Text Example
White with #BBC318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC318; }
p { color: rgb(187,195,24); }
H1.HeaderClassName
{
color: #BBC318;
}
.AnyTagClassName
{
color: #BBC318;
}
</style>
background-color css
<style>
a { background-color: #BBC318; }
a { background-color: rgb(187,195,24); }
div.DivClassName
{
background-color: #BBC318;
}
.BgClassName
{
background-color: #BBC318;
}
</style>
border-color css
<style>
span { border-color: #BBC318; }
span { border-color: rgb(187,195,24); }
td.TdClassName
{
border-color: #BBC318;
}
.TagClassName
{
border-color: #BBC318;
}
</style>