Shades of Rio Grande #BBC12D
Tints of Rio Grande #BBC12D
RGB
CMYK
RGB Variations
Color information
#BBC12D (or 0xBBC12D) is known color: Rio Grande. HEX triplet: BB, C1 and 2D. RGB value is (187,193,45). Sum of RGB (Red+Green+Blue) = 187+193+45=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC12D is #443ED2. Grayscale: #AEAEAE. Windows color (decimal): -4472531 or 2998715. OLE color: 2998715.
HSL color Cylindrical-coordinate representation of color #BBC12D: hue angle of 62.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBC12D is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 45 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.24 |
| HSL | 62.43º | 0.62% | 0.47% | - |
| HSV(B) | 62.43º | 0.77% | 0.76% | - |
| XYZ | 40.04 | 48.89 | 9.81 | - |
| YUV | 174.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 45 | 0.03 | 0 | 0.77 | 0.24 | 62.43 | 0.62 | 0.47 |
| Hex | BB | C1 | 2D | 3 | 0 | 4D | 18 | 3E | 3E | 2F |
| Octal | 273 | 301 | 55 | 3 | 0 | 115 | 30 | 76 | 76 | 57 |
| Binary | 10111011 | 11000001 | 101101 | 11 | 0 | 1001101 | 11000 | 111110 | 111110 | 101111 |
Color Harmonies of #BBC12D
Complementary color
Monochromatic Colors of #BBC12D
Black with #BBC12D
Text Example
Text Example
White with #BBC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC12D; }
p { color: rgb(187,193,45); }
H1.HeaderClassName
{
color: #BBC12D;
}
.AnyTagClassName
{
color: #BBC12D;
}
</style>
background-color css
<style>
a { background-color: #BBC12D; }
a { background-color: rgb(187,193,45); }
div.DivClassName
{
background-color: #BBC12D;
}
.BgClassName
{
background-color: #BBC12D;
}
</style>
border-color css
<style>
span { border-color: #BBC12D; }
span { border-color: rgb(187,193,45); }
td.TdClassName
{
border-color: #BBC12D;
}
.TagClassName
{
border-color: #BBC12D;
}
</style>