Shades of Rio Grande #B5CF0F
Tints of Rio Grande #B5CF0F
RGB
CMYK
RGB Variations
Color information
#B5CF0F (or 0xB5CF0F) is known color: Rio Grande. HEX triplet: B5, CF and 0F. RGB value is (181,207,15). Sum of RGB (Red+Green+Blue) = 181+207+15=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CF0F is #4A30F0. Grayscale: #B2B2B2. Windows color (decimal): -4862193 or 1036213. OLE color: 1036213.
HSL color Cylindrical-coordinate representation of color #B5CF0F: hue angle of 68.13º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5CF0F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 15 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.19 |
| HSL | 68.13º | 0.86% | 0.44% | - |
| HSV(B) | 68.13º | 0.93% | 0.81% | - |
| XYZ | 41.46 | 54.48 | 8.78 | - |
| YUV | 177.34 | 36.39 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 15 | 0.13 | 0 | 0.93 | 0.19 | 68.13 | 0.86 | 0.44 |
| Hex | B5 | CF | F | D | 0 | 5D | 13 | 44 | 56 | 2C |
| Octal | 265 | 317 | 17 | 15 | 0 | 135 | 23 | 104 | 126 | 54 |
| Binary | 10110101 | 11001111 | 1111 | 1101 | 0 | 1011101 | 10011 | 1000100 | 1010110 | 101100 |
Color Harmonies of #B5CF0F
Complementary color
Monochromatic Colors of #B5CF0F
Black with #B5CF0F
Text Example
Text Example
White with #B5CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF0F; }
p { color: rgb(181,207,15); }
H1.HeaderClassName
{
color: #B5CF0F;
}
.AnyTagClassName
{
color: #B5CF0F;
}
</style>
background-color css
<style>
a { background-color: #B5CF0F; }
a { background-color: rgb(181,207,15); }
div.DivClassName
{
background-color: #B5CF0F;
}
.BgClassName
{
background-color: #B5CF0F;
}
</style>
border-color css
<style>
span { border-color: #B5CF0F; }
span { border-color: rgb(181,207,15); }
td.TdClassName
{
border-color: #B5CF0F;
}
.TagClassName
{
border-color: #B5CF0F;
}
</style>