Shades of Rio Grande #B5CB1C
Tints of Rio Grande #B5CB1C
RGB
CMYK
RGB Variations
Color information
#B5CB1C (or 0xB5CB1C) is known color: Rio Grande. HEX triplet: B5, CB and 1C. RGB value is (181,203,28). Sum of RGB (Red+Green+Blue) = 181+203+28=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB1C is #4A34E3. Grayscale: #B1B1B1. Windows color (decimal): -4863204 or 1887157. OLE color: 1887157.
HSL color Cylindrical-coordinate representation of color #B5CB1C: hue angle of 67.54º 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 #B5CB1C is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 28 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.20 |
| HSL | 67.54º | 0.76% | 0.45% | - |
| HSV(B) | 67.54º | 0.86% | 0.8% | - |
| XYZ | 40.62 | 52.62 | 9.11 | - |
| YUV | 176.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 28 | 0.11 | 0 | 0.86 | 0.20 | 67.54 | 0.76 | 0.45 |
| Hex | B5 | CB | 1C | B | 0 | 56 | 14 | 44 | 4C | 2D |
| Octal | 265 | 313 | 34 | 13 | 0 | 126 | 24 | 104 | 114 | 55 |
| Binary | 10110101 | 11001011 | 11100 | 1011 | 0 | 1010110 | 10100 | 1000100 | 1001100 | 101101 |
Color Harmonies of #B5CB1C
Complementary color
Monochromatic Colors of #B5CB1C
Black with #B5CB1C
Text Example
Text Example
White with #B5CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB1C; }
p { color: rgb(181,203,28); }
H1.HeaderClassName
{
color: #B5CB1C;
}
.AnyTagClassName
{
color: #B5CB1C;
}
</style>
background-color css
<style>
a { background-color: #B5CB1C; }
a { background-color: rgb(181,203,28); }
div.DivClassName
{
background-color: #B5CB1C;
}
.BgClassName
{
background-color: #B5CB1C;
}
</style>
border-color css
<style>
span { border-color: #B5CB1C; }
span { border-color: rgb(181,203,28); }
td.TdClassName
{
border-color: #B5CB1C;
}
.TagClassName
{
border-color: #B5CB1C;
}
</style>