Shades of Rio Grande #B9CB1C
Tints of Rio Grande #B9CB1C
RGB
CMYK
RGB Variations
Color information
#B9CB1C (or 0xB9CB1C) is known color: Rio Grande. HEX triplet: B9, CB and 1C. RGB value is (185,203,28). Sum of RGB (Red+Green+Blue) = 185+203+28=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CB1C is #4634E3. Grayscale: #B2B2B2. Windows color (decimal): -4601060 or 1887161. OLE color: 1887161.
HSL color Cylindrical-coordinate representation of color #B9CB1C: hue angle of 66.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9CB1C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 203 | 28 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.20 |
| HSL | 66.17º | 0.76% | 0.45% | - |
| HSV(B) | 66.17º | 0.86% | 0.8% | - |
| XYZ | 41.57 | 53.11 | 9.16 | - |
| YUV | 177.67 | 43.54 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 28 | 0.09 | 0 | 0.86 | 0.20 | 66.17 | 0.76 | 0.45 |
| Hex | B9 | CB | 1C | 9 | 0 | 56 | 14 | 42 | 4C | 2D |
| Octal | 271 | 313 | 34 | 11 | 0 | 126 | 24 | 102 | 114 | 55 |
| Binary | 10111001 | 11001011 | 11100 | 1001 | 0 | 1010110 | 10100 | 1000010 | 1001100 | 101101 |
Color Harmonies of #B9CB1C
Complementary color
Monochromatic Colors of #B9CB1C
Black with #B9CB1C
Text Example
Text Example
White with #B9CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CB1C; }
p { color: rgb(185,203,28); }
H1.HeaderClassName
{
color: #B9CB1C;
}
.AnyTagClassName
{
color: #B9CB1C;
}
</style>
background-color css
<style>
a { background-color: #B9CB1C; }
a { background-color: rgb(185,203,28); }
div.DivClassName
{
background-color: #B9CB1C;
}
.BgClassName
{
background-color: #B9CB1C;
}
</style>
border-color css
<style>
span { border-color: #B9CB1C; }
span { border-color: rgb(185,203,28); }
td.TdClassName
{
border-color: #B9CB1C;
}
.TagClassName
{
border-color: #B9CB1C;
}
</style>