Shades of Rio Grande #B9CB1B
Tints of Rio Grande #B9CB1B
RGB
CMYK
RGB Variations
Color information
#B9CB1B (or 0xB9CB1B) is known color: Rio Grande. HEX triplet: B9, CB and 1B. RGB value is (185,203,27). Sum of RGB (Red+Green+Blue) = 185+203+27=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CB1B is #4634E4. Grayscale: #B2B2B2. Windows color (decimal): -4601061 or 1821625. OLE color: 1821625.
HSL color Cylindrical-coordinate representation of color #B9CB1B: hue angle of 66.14º 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 #B9CB1B is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 27 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.20 |
| HSL | 66.14º | 0.77% | 0.45% | - |
| HSV(B) | 66.14º | 0.87% | 0.8% | - |
| XYZ | 41.56 | 53.11 | 9.1 | - |
| YUV | 177.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 27 | 0.09 | 0 | 0.87 | 0.20 | 66.14 | 0.77 | 0.45 |
| Hex | B9 | CB | 1B | 9 | 0 | 57 | 14 | 42 | 4D | 2D |
| Octal | 271 | 313 | 33 | 11 | 0 | 127 | 24 | 102 | 115 | 55 |
| Binary | 10111001 | 11001011 | 11011 | 1001 | 0 | 1010111 | 10100 | 1000010 | 1001101 | 101101 |
Color Harmonies of #B9CB1B
Complementary color
Monochromatic Colors of #B9CB1B
Black with #B9CB1B
Text Example
Text Example
White with #B9CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB1B; }
p { color: rgb(185,203,27); }
H1.HeaderClassName
{
color: #B9CB1B;
}
.AnyTagClassName
{
color: #B9CB1B;
}
</style>
background-color css
<style>
a { background-color: #B9CB1B; }
a { background-color: rgb(185,203,27); }
div.DivClassName
{
background-color: #B9CB1B;
}
.BgClassName
{
background-color: #B9CB1B;
}
</style>
border-color css
<style>
span { border-color: #B9CB1B; }
span { border-color: rgb(185,203,27); }
td.TdClassName
{
border-color: #B9CB1B;
}
.TagClassName
{
border-color: #B9CB1B;
}
</style>