Shades of Rio Grande #B2C628
Tints of Rio Grande #B2C628
RGB
CMYK
RGB Variations
Color information
#B2C628 (or 0xB2C628) is known color: Rio Grande. HEX triplet: B2, C6 and 28. RGB value is (178,198,40). Sum of RGB (Red+Green+Blue) = 178+198+40=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C628 is #4D39D7. Grayscale: #AEAEAE. Windows color (decimal): -5061080 or 2672306. OLE color: 2672306.
HSL color Cylindrical-coordinate representation of color #B2C628: hue angle of 67.59º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2C628 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 198 | 40 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.22 |
| HSL | 67.59º | 0.66% | 0.47% | - |
| HSV(B) | 67.59º | 0.8% | 0.78% | - |
| XYZ | 38.94 | 50.01 | 9.61 | - |
| YUV | 174.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 198 | 40 | 0.10 | 0 | 0.80 | 0.22 | 67.59 | 0.66 | 0.47 |
| Hex | B2 | C6 | 28 | A | 0 | 50 | 16 | 44 | 42 | 2F |
| Octal | 262 | 306 | 50 | 12 | 0 | 120 | 26 | 104 | 102 | 57 |
| Binary | 10110010 | 11000110 | 101000 | 1010 | 0 | 1010000 | 10110 | 1000100 | 1000010 | 101111 |
Color Harmonies of #B2C628
Complementary color
Monochromatic Colors of #B2C628
Black with #B2C628
Text Example
Text Example
White with #B2C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C628; }
p { color: rgb(178,198,40); }
H1.HeaderClassName
{
color: #B2C628;
}
.AnyTagClassName
{
color: #B2C628;
}
</style>
background-color css
<style>
a { background-color: #B2C628; }
a { background-color: rgb(178,198,40); }
div.DivClassName
{
background-color: #B2C628;
}
.BgClassName
{
background-color: #B2C628;
}
</style>
border-color css
<style>
span { border-color: #B2C628; }
span { border-color: rgb(178,198,40); }
td.TdClassName
{
border-color: #B2C628;
}
.TagClassName
{
border-color: #B2C628;
}
</style>