Shades of Rio Grande #BBCD0F
Tints of Rio Grande #BBCD0F
RGB
CMYK
RGB Variations
Color information
#BBCD0F (or 0xBBCD0F) is known color: Rio Grande. HEX triplet: BB, CD and 0F. RGB value is (187,205,15). Sum of RGB (Red+Green+Blue) = 187+205+15=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCD0F is #4432F0. Grayscale: #B2B2B2. Windows color (decimal): -4469489 or 1035707. OLE color: 1035707.
HSL color Cylindrical-coordinate representation of color #BBCD0F: hue angle of 65.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBCD0F is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 15 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.20 |
| HSL | 65.68º | 0.86% | 0.43% | - |
| HSV(B) | 65.68º | 0.93% | 0.8% | - |
| XYZ | 42.41 | 54.26 | 8.69 | - |
| YUV | 177.96 | 36.04 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 15 | 0.09 | 0 | 0.93 | 0.20 | 65.68 | 0.86 | 0.43 |
| Hex | BB | CD | F | 9 | 0 | 5D | 14 | 42 | 56 | 2B |
| Octal | 273 | 315 | 17 | 11 | 0 | 135 | 24 | 102 | 126 | 53 |
| Binary | 10111011 | 11001101 | 1111 | 1001 | 0 | 1011101 | 10100 | 1000010 | 1010110 | 101011 |
Color Harmonies of #BBCD0F
Complementary color
Monochromatic Colors of #BBCD0F
Black with #BBCD0F
Text Example
Text Example
White with #BBCD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD0F; }
p { color: rgb(187,205,15); }
H1.HeaderClassName
{
color: #BBCD0F;
}
.AnyTagClassName
{
color: #BBCD0F;
}
</style>
background-color css
<style>
a { background-color: #BBCD0F; }
a { background-color: rgb(187,205,15); }
div.DivClassName
{
background-color: #BBCD0F;
}
.BgClassName
{
background-color: #BBCD0F;
}
</style>
border-color css
<style>
span { border-color: #BBCD0F; }
span { border-color: rgb(187,205,15); }
td.TdClassName
{
border-color: #BBCD0F;
}
.TagClassName
{
border-color: #BBCD0F;
}
</style>