Shades of Rio Grande #B2BF17
Tints of Rio Grande #B2BF17
RGB
CMYK
RGB Variations
Color information
#B2BF17 (or 0xB2BF17) is known color: Rio Grande. HEX triplet: B2, BF and 17. RGB value is (178,191,23). Sum of RGB (Red+Green+Blue) = 178+191+23=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BF17 is #4D40E8. Grayscale: #A8A8A8. Windows color (decimal): -5062889 or 1556402. OLE color: 1556402.
HSL color Cylindrical-coordinate representation of color #B2BF17: hue angle of 64.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2BF17 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 23 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.25 |
| HSL | 64.64º | 0.79% | 0.42% | - |
| HSV(B) | 64.64º | 0.88% | 0.75% | - |
| XYZ | 37.15 | 46.79 | 7.88 | - |
| YUV | 167.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 23 | 0.07 | 0 | 0.88 | 0.25 | 64.64 | 0.79 | 0.42 |
| Hex | B2 | BF | 17 | 7 | 0 | 58 | 19 | 41 | 4F | 2A |
| Octal | 262 | 277 | 27 | 7 | 0 | 130 | 31 | 101 | 117 | 52 |
| Binary | 10110010 | 10111111 | 10111 | 111 | 0 | 1011000 | 11001 | 1000001 | 1001111 | 101010 |
Color Harmonies of #B2BF17
Complementary color
Monochromatic Colors of #B2BF17
Black with #B2BF17
Text Example
Text Example
White with #B2BF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF17; }
p { color: rgb(178,191,23); }
H1.HeaderClassName
{
color: #B2BF17;
}
.AnyTagClassName
{
color: #B2BF17;
}
</style>
background-color css
<style>
a { background-color: #B2BF17; }
a { background-color: rgb(178,191,23); }
div.DivClassName
{
background-color: #B2BF17;
}
.BgClassName
{
background-color: #B2BF17;
}
</style>
border-color css
<style>
span { border-color: #B2BF17; }
span { border-color: rgb(178,191,23); }
td.TdClassName
{
border-color: #B2BF17;
}
.TagClassName
{
border-color: #B2BF17;
}
</style>