Shades of Rio Grande #BBCD25
Tints of Rio Grande #BBCD25
RGB
CMYK
RGB Variations
Color information
#BBCD25 (or 0xBBCD25) is known color: Rio Grande. HEX triplet: BB, CD and 25. RGB value is (187,205,37). Sum of RGB (Red+Green+Blue) = 187+205+37=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD25 is #4432DA. Grayscale: #B5B5B5. Windows color (decimal): -4469467 or 2477499. OLE color: 2477499.
HSL color Cylindrical-coordinate representation of color #BBCD25: hue angle of 66.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBCD25 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 37 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.20 |
| HSL | 66.43º | 0.69% | 0.47% | - |
| HSV(B) | 66.43º | 0.82% | 0.8% | - |
| XYZ | 42.66 | 54.36 | 9.99 | - |
| YUV | 180.47 | 47.04 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 37 | 0.09 | 0 | 0.82 | 0.20 | 66.43 | 0.69 | 0.47 |
| Hex | BB | CD | 25 | 9 | 0 | 52 | 14 | 42 | 45 | 2F |
| Octal | 273 | 315 | 45 | 11 | 0 | 122 | 24 | 102 | 105 | 57 |
| Binary | 10111011 | 11001101 | 100101 | 1001 | 0 | 1010010 | 10100 | 1000010 | 1000101 | 101111 |
Color Harmonies of #BBCD25
Complementary color
Monochromatic Colors of #BBCD25
Black with #BBCD25
Text Example
Text Example
White with #BBCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD25; }
p { color: rgb(187,205,37); }
H1.HeaderClassName
{
color: #BBCD25;
}
.AnyTagClassName
{
color: #BBCD25;
}
</style>
background-color css
<style>
a { background-color: #BBCD25; }
a { background-color: rgb(187,205,37); }
div.DivClassName
{
background-color: #BBCD25;
}
.BgClassName
{
background-color: #BBCD25;
}
</style>
border-color css
<style>
span { border-color: #BBCD25; }
span { border-color: rgb(187,205,37); }
td.TdClassName
{
border-color: #BBCD25;
}
.TagClassName
{
border-color: #BBCD25;
}
</style>