Shades of Rio Grande #B5CB23
Tints of Rio Grande #B5CB23
RGB
CMYK
RGB Variations
Color information
#B5CB23 (or 0xB5CB23) is known color: Rio Grande. HEX triplet: B5, CB and 23. RGB value is (181,203,35). Sum of RGB (Red+Green+Blue) = 181+203+35=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CB23 is #4A34DC. Grayscale: #B1B1B1. Windows color (decimal): -4863197 or 2345909. OLE color: 2345909.
HSL color Cylindrical-coordinate representation of color #B5CB23: hue angle of 67.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5CB23 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 203 | 35 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.20 |
| HSL | 67.86º | 0.71% | 0.47% | - |
| HSV(B) | 67.86º | 0.83% | 0.8% | - |
| XYZ | 40.72 | 52.66 | 9.61 | - |
| YUV | 177.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 203 | 35 | 0.11 | 0 | 0.83 | 0.20 | 67.86 | 0.71 | 0.47 |
| Hex | B5 | CB | 23 | B | 0 | 53 | 14 | 44 | 47 | 2F |
| Octal | 265 | 313 | 43 | 13 | 0 | 123 | 24 | 104 | 107 | 57 |
| Binary | 10110101 | 11001011 | 100011 | 1011 | 0 | 1010011 | 10100 | 1000100 | 1000111 | 101111 |
Color Harmonies of #B5CB23
Complementary color
Monochromatic Colors of #B5CB23
Black with #B5CB23
Text Example
Text Example
White with #B5CB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CB23; }
p { color: rgb(181,203,35); }
H1.HeaderClassName
{
color: #B5CB23;
}
.AnyTagClassName
{
color: #B5CB23;
}
</style>
background-color css
<style>
a { background-color: #B5CB23; }
a { background-color: rgb(181,203,35); }
div.DivClassName
{
background-color: #B5CB23;
}
.BgClassName
{
background-color: #B5CB23;
}
</style>
border-color css
<style>
span { border-color: #B5CB23; }
span { border-color: rgb(181,203,35); }
td.TdClassName
{
border-color: #B5CB23;
}
.TagClassName
{
border-color: #B5CB23;
}
</style>