Shades of Rio Grande #B9CF1C
Tints of Rio Grande #B9CF1C
RGB
CMYK
RGB Variations
Color information
#B9CF1C (or 0xB9CF1C) is known color: Rio Grande. HEX triplet: B9, CF and 1C. RGB value is (185,207,28). Sum of RGB (Red+Green+Blue) = 185+207+28=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF1C is #4630E3. Grayscale: #B4B4B4. Windows color (decimal): -4600036 or 1888185. OLE color: 1888185.
HSL color Cylindrical-coordinate representation of color #B9CF1C: hue angle of 67.37º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9CF1C is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 28 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.19 |
| HSL | 67.37º | 0.76% | 0.46% | - |
| HSV(B) | 67.37º | 0.86% | 0.81% | - |
| XYZ | 42.53 | 55.02 | 9.48 | - |
| YUV | 180.02 | 42.21 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 28 | 0.11 | 0 | 0.86 | 0.19 | 67.37 | 0.76 | 0.46 |
| Hex | B9 | CF | 1C | B | 0 | 56 | 13 | 43 | 4C | 2E |
| Octal | 271 | 317 | 34 | 13 | 0 | 126 | 23 | 103 | 114 | 56 |
| Binary | 10111001 | 11001111 | 11100 | 1011 | 0 | 1010110 | 10011 | 1000011 | 1001100 | 101110 |
Color Harmonies of #B9CF1C
Complementary color
Monochromatic Colors of #B9CF1C
Black with #B9CF1C
Text Example
Text Example
White with #B9CF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF1C; }
p { color: rgb(185,207,28); }
H1.HeaderClassName
{
color: #B9CF1C;
}
.AnyTagClassName
{
color: #B9CF1C;
}
</style>
background-color css
<style>
a { background-color: #B9CF1C; }
a { background-color: rgb(185,207,28); }
div.DivClassName
{
background-color: #B9CF1C;
}
.BgClassName
{
background-color: #B9CF1C;
}
</style>
border-color css
<style>
span { border-color: #B9CF1C; }
span { border-color: rgb(185,207,28); }
td.TdClassName
{
border-color: #B9CF1C;
}
.TagClassName
{
border-color: #B9CF1C;
}
</style>