Shades of Rio Grande #BBCD12
Tints of Rio Grande #BBCD12
RGB
CMYK
RGB Variations
Color information
#BBCD12 (or 0xBBCD12) is known color: Rio Grande. HEX triplet: BB, CD and 12. RGB value is (187,205,18). Sum of RGB (Red+Green+Blue) = 187+205+18=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD12 is #4432ED. Grayscale: #B3B3B3. Windows color (decimal): -4469486 or 1232315. OLE color: 1232315.
HSL color Cylindrical-coordinate representation of color #BBCD12: hue angle of 65.78º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBCD12 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 18 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.20 |
| HSL | 65.78º | 0.84% | 0.44% | - |
| HSV(B) | 65.78º | 0.91% | 0.8% | - |
| XYZ | 42.43 | 54.27 | 8.81 | - |
| YUV | 178.3 | 37.54 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 18 | 0.09 | 0 | 0.91 | 0.20 | 65.78 | 0.84 | 0.44 |
| Hex | BB | CD | 12 | 9 | 0 | 5B | 14 | 42 | 54 | 2C |
| Octal | 273 | 315 | 22 | 11 | 0 | 133 | 24 | 102 | 124 | 54 |
| Binary | 10111011 | 11001101 | 10010 | 1001 | 0 | 1011011 | 10100 | 1000010 | 1010100 | 101100 |
Color Harmonies of #BBCD12
Complementary color
Monochromatic Colors of #BBCD12
Black with #BBCD12
Text Example
Text Example
White with #BBCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD12; }
p { color: rgb(187,205,18); }
H1.HeaderClassName
{
color: #BBCD12;
}
.AnyTagClassName
{
color: #BBCD12;
}
</style>
background-color css
<style>
a { background-color: #BBCD12; }
a { background-color: rgb(187,205,18); }
div.DivClassName
{
background-color: #BBCD12;
}
.BgClassName
{
background-color: #BBCD12;
}
</style>
border-color css
<style>
span { border-color: #BBCD12; }
span { border-color: rgb(187,205,18); }
td.TdClassName
{
border-color: #BBCD12;
}
.TagClassName
{
border-color: #BBCD12;
}
</style>