Shades of Rio Grande #B0CC25
Tints of Rio Grande #B0CC25
RGB
CMYK
RGB Variations
Color information
#B0CC25 (or 0xB0CC25) is known color: Rio Grande. HEX triplet: B0, CC and 25. RGB value is (176,204,37). Sum of RGB (Red+Green+Blue) = 176+204+37=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC25 is #4F33DA. Grayscale: #B1B1B1. Windows color (decimal): -5190619 or 2477232. OLE color: 2477232.
HSL color Cylindrical-coordinate representation of color #B0CC25: hue angle of 70.06º 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 #B0CC25 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 37 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.2 |
| HSL | 70.06º | 0.69% | 0.47% | - |
| HSV(B) | 70.06º | 0.82% | 0.8% | - |
| XYZ | 39.83 | 52.55 | 9.79 | - |
| YUV | 176.59 | 49.22 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 37 | 0.14 | 0 | 0.82 | 0.2 | 70.06 | 0.69 | 0.47 |
| Hex | B0 | CC | 25 | E | 0 | 52 | 14 | 46 | 45 | 2F |
| Octal | 260 | 314 | 45 | 16 | 0 | 122 | 24 | 106 | 105 | 57 |
| Binary | 10110000 | 11001100 | 100101 | 1110 | 0 | 1010010 | 10100 | 1000110 | 1000101 | 101111 |
Color Harmonies of #B0CC25
Complementary color
Monochromatic Colors of #B0CC25
Black with #B0CC25
Text Example
Text Example
White with #B0CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC25; }
p { color: rgb(176,204,37); }
H1.HeaderClassName
{
color: #B0CC25;
}
.AnyTagClassName
{
color: #B0CC25;
}
</style>
background-color css
<style>
a { background-color: #B0CC25; }
a { background-color: rgb(176,204,37); }
div.DivClassName
{
background-color: #B0CC25;
}
.BgClassName
{
background-color: #B0CC25;
}
</style>
border-color css
<style>
span { border-color: #B0CC25; }
span { border-color: rgb(176,204,37); }
td.TdClassName
{
border-color: #B0CC25;
}
.TagClassName
{
border-color: #B0CC25;
}
</style>