Shades of Rio Grande #B7CB1B
Tints of Rio Grande #B7CB1B
RGB
CMYK
RGB Variations
Color information
#B7CB1B (or 0xB7CB1B) is known color: Rio Grande. HEX triplet: B7, CB and 1B. RGB value is (183,203,27). Sum of RGB (Red+Green+Blue) = 183+203+27=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CB1B is #4834E4. Grayscale: #B1B1B1. Windows color (decimal): -4732133 or 1821623. OLE color: 1821623.
HSL color Cylindrical-coordinate representation of color #B7CB1B: hue angle of 66.82º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7CB1B is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 203 | 27 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.20 |
| HSL | 66.82º | 0.77% | 0.45% | - |
| HSV(B) | 66.82º | 0.87% | 0.8% | - |
| XYZ | 41.08 | 52.86 | 9.07 | - |
| YUV | 176.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 203 | 27 | 0.10 | 0 | 0.87 | 0.20 | 66.82 | 0.77 | 0.45 |
| Hex | B7 | CB | 1B | A | 0 | 57 | 14 | 43 | 4D | 2D |
| Octal | 267 | 313 | 33 | 12 | 0 | 127 | 24 | 103 | 115 | 55 |
| Binary | 10110111 | 11001011 | 11011 | 1010 | 0 | 1010111 | 10100 | 1000011 | 1001101 | 101101 |
Color Harmonies of #B7CB1B
Complementary color
Monochromatic Colors of #B7CB1B
Black with #B7CB1B
Text Example
Text Example
White with #B7CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CB1B; }
p { color: rgb(183,203,27); }
H1.HeaderClassName
{
color: #B7CB1B;
}
.AnyTagClassName
{
color: #B7CB1B;
}
</style>
background-color css
<style>
a { background-color: #B7CB1B; }
a { background-color: rgb(183,203,27); }
div.DivClassName
{
background-color: #B7CB1B;
}
.BgClassName
{
background-color: #B7CB1B;
}
</style>
border-color css
<style>
span { border-color: #B7CB1B; }
span { border-color: rgb(183,203,27); }
td.TdClassName
{
border-color: #B7CB1B;
}
.TagClassName
{
border-color: #B7CB1B;
}
</style>