Shades of Rio Grande #BBCD1F
Tints of Rio Grande #BBCD1F
RGB
CMYK
RGB Variations
Color information
#BBCD1F (or 0xBBCD1F) is known color: Rio Grande. HEX triplet: BB, CD and 1F. RGB value is (187,205,31). Sum of RGB (Red+Green+Blue) = 187+205+31=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 31 (12.5% from 255 or 7.33% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD1F is #4432E0. Grayscale: #B4B4B4. Windows color (decimal): -4469473 or 2084283. OLE color: 2084283.
HSL color Cylindrical-coordinate representation of color #BBCD1F: hue angle of 66.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBCD1F is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 31 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.20 |
| HSL | 66.21º | 0.74% | 0.46% | - |
| HSV(B) | 66.21º | 0.85% | 0.8% | - |
| XYZ | 42.57 | 54.33 | 9.54 | - |
| YUV | 179.78 | 44.04 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 31 | 0.09 | 0 | 0.85 | 0.20 | 66.21 | 0.74 | 0.46 |
| Hex | BB | CD | 1F | 9 | 0 | 55 | 14 | 42 | 4A | 2E |
| Octal | 273 | 315 | 37 | 11 | 0 | 125 | 24 | 102 | 112 | 56 |
| Binary | 10111011 | 11001101 | 11111 | 1001 | 0 | 1010101 | 10100 | 1000010 | 1001010 | 101110 |
Color Harmonies of #BBCD1F
Complementary color
Monochromatic Colors of #BBCD1F
Black with #BBCD1F
Text Example
Text Example
White with #BBCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD1F; }
p { color: rgb(187,205,31); }
H1.HeaderClassName
{
color: #BBCD1F;
}
.AnyTagClassName
{
color: #BBCD1F;
}
</style>
background-color css
<style>
a { background-color: #BBCD1F; }
a { background-color: rgb(187,205,31); }
div.DivClassName
{
background-color: #BBCD1F;
}
.BgClassName
{
background-color: #BBCD1F;
}
</style>
border-color css
<style>
span { border-color: #BBCD1F; }
span { border-color: rgb(187,205,31); }
td.TdClassName
{
border-color: #BBCD1F;
}
.TagClassName
{
border-color: #BBCD1F;
}
</style>