Shades of Rio Grande #B2C80F
Tints of Rio Grande #B2C80F
RGB
CMYK
RGB Variations
Color information
#B2C80F (or 0xB2C80F) is known color: Rio Grande. HEX triplet: B2, C8 and 0F. RGB value is (178,200,15). Sum of RGB (Red+Green+Blue) = 178+200+15=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C80F is #4D37F0. Grayscale: #ADADAD. Windows color (decimal): -5060593 or 1034418. OLE color: 1034418.
HSL color Cylindrical-coordinate representation of color #B2C80F: hue angle of 67.14º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2C80F is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 200 | 15 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.22 |
| HSL | 67.14º | 0.86% | 0.42% | - |
| HSV(B) | 67.14º | 0.93% | 0.78% | - |
| XYZ | 39.1 | 50.81 | 8.2 | - |
| YUV | 172.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 200 | 15 | 0.11 | 0 | 0.92 | 0.22 | 67.14 | 0.86 | 0.42 |
| Hex | B2 | C8 | F | B | 0 | 5C | 16 | 43 | 56 | 2A |
| Octal | 262 | 310 | 17 | 13 | 0 | 134 | 26 | 103 | 126 | 52 |
| Binary | 10110010 | 11001000 | 1111 | 1011 | 0 | 1011100 | 10110 | 1000011 | 1010110 | 101010 |
Color Harmonies of #B2C80F
Complementary color
Monochromatic Colors of #B2C80F
Black with #B2C80F
Text Example
Text Example
White with #B2C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C80F; }
p { color: rgb(178,200,15); }
H1.HeaderClassName
{
color: #B2C80F;
}
.AnyTagClassName
{
color: #B2C80F;
}
</style>
background-color css
<style>
a { background-color: #B2C80F; }
a { background-color: rgb(178,200,15); }
div.DivClassName
{
background-color: #B2C80F;
}
.BgClassName
{
background-color: #B2C80F;
}
</style>
border-color css
<style>
span { border-color: #B2C80F; }
span { border-color: rgb(178,200,15); }
td.TdClassName
{
border-color: #B2C80F;
}
.TagClassName
{
border-color: #B2C80F;
}
</style>