Shades of Rio Grande #B3C125
Tints of Rio Grande #B3C125
RGB
CMYK
RGB Variations
Color information
#B3C125 (or 0xB3C125) is known color: Rio Grande. HEX triplet: B3, C1 and 25. RGB value is (179,193,37). Sum of RGB (Red+Green+Blue) = 179+193+37=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 37 (14.84% from 255 or 9.05% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C125 is #4C3EDA. Grayscale: #ABABAB. Windows color (decimal): -4996827 or 2474419. OLE color: 2474419.
HSL color Cylindrical-coordinate representation of color #B3C125: hue angle of 65.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3C125 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 37 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.24 |
| HSL | 65.38º | 0.68% | 0.45% | - |
| HSV(B) | 65.38º | 0.81% | 0.76% | - |
| XYZ | 37.99 | 47.86 | 8.99 | - |
| YUV | 171.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 37 | 0.07 | 0 | 0.81 | 0.24 | 65.38 | 0.68 | 0.45 |
| Hex | B3 | C1 | 25 | 7 | 0 | 51 | 18 | 41 | 44 | 2D |
| Octal | 263 | 301 | 45 | 7 | 0 | 121 | 30 | 101 | 104 | 55 |
| Binary | 10110011 | 11000001 | 100101 | 111 | 0 | 1010001 | 11000 | 1000001 | 1000100 | 101101 |
Color Harmonies of #B3C125
Complementary color
Monochromatic Colors of #B3C125
Black with #B3C125
Text Example
Text Example
White with #B3C125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C125; }
p { color: rgb(179,193,37); }
H1.HeaderClassName
{
color: #B3C125;
}
.AnyTagClassName
{
color: #B3C125;
}
</style>
background-color css
<style>
a { background-color: #B3C125; }
a { background-color: rgb(179,193,37); }
div.DivClassName
{
background-color: #B3C125;
}
.BgClassName
{
background-color: #B3C125;
}
</style>
border-color css
<style>
span { border-color: #B3C125; }
span { border-color: rgb(179,193,37); }
td.TdClassName
{
border-color: #B3C125;
}
.TagClassName
{
border-color: #B3C125;
}
</style>