Shades of Rio Grande #B3C825
Tints of Rio Grande #B3C825
RGB
CMYK
RGB Variations
Color information
#B3C825 (or 0xB3C825) is known color: Rio Grande. HEX triplet: B3, C8 and 25. RGB value is (179,200,37). Sum of RGB (Red+Green+Blue) = 179+200+37=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C825 is #4C37DA. Grayscale: #AFAFAF. Windows color (decimal): -4995035 or 2476211. OLE color: 2476211.
HSL color Cylindrical-coordinate representation of color #B3C825: hue angle of 67.73º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3C825 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 37 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.22 |
| HSL | 67.73º | 0.69% | 0.46% | - |
| HSV(B) | 67.73º | 0.82% | 0.78% | - |
| XYZ | 39.58 | 51.03 | 9.51 | - |
| YUV | 175.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 37 | 0.10 | 0 | 0.82 | 0.22 | 67.73 | 0.69 | 0.46 |
| Hex | B3 | C8 | 25 | A | 0 | 52 | 16 | 44 | 45 | 2E |
| Octal | 263 | 310 | 45 | 12 | 0 | 122 | 26 | 104 | 105 | 56 |
| Binary | 10110011 | 11001000 | 100101 | 1010 | 0 | 1010010 | 10110 | 1000100 | 1000101 | 101110 |
Color Harmonies of #B3C825
Complementary color
Monochromatic Colors of #B3C825
Black with #B3C825
Text Example
Text Example
White with #B3C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C825; }
p { color: rgb(179,200,37); }
H1.HeaderClassName
{
color: #B3C825;
}
.AnyTagClassName
{
color: #B3C825;
}
</style>
background-color css
<style>
a { background-color: #B3C825; }
a { background-color: rgb(179,200,37); }
div.DivClassName
{
background-color: #B3C825;
}
.BgClassName
{
background-color: #B3C825;
}
</style>
border-color css
<style>
span { border-color: #B3C825; }
span { border-color: rgb(179,200,37); }
td.TdClassName
{
border-color: #B3C825;
}
.TagClassName
{
border-color: #B3C825;
}
</style>