Shades of Rio Grande #B3CF0F
Tints of Rio Grande #B3CF0F
RGB
CMYK
RGB Variations
Color information
#B3CF0F (or 0xB3CF0F) is known color: Rio Grande. HEX triplet: B3, CF and 0F. RGB value is (179,207,15). Sum of RGB (Red+Green+Blue) = 179+207+15=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CF0F is #4C30F0. Grayscale: #B1B1B1. Windows color (decimal): -4993265 or 1036211. OLE color: 1036211.
HSL color Cylindrical-coordinate representation of color #B3CF0F: hue angle of 68.75º 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 #B3CF0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.19 |
| HSL | 68.75º | 0.86% | 0.44% | - |
| HSV(B) | 68.75º | 0.93% | 0.81% | - |
| XYZ | 40.99 | 54.24 | 8.76 | - |
| YUV | 176.74 | 36.72 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 15 | 0.14 | 0 | 0.93 | 0.19 | 68.75 | 0.86 | 0.44 |
| Hex | B3 | CF | F | E | 0 | 5D | 13 | 45 | 56 | 2C |
| Octal | 263 | 317 | 17 | 16 | 0 | 135 | 23 | 105 | 126 | 54 |
| Binary | 10110011 | 11001111 | 1111 | 1110 | 0 | 1011101 | 10011 | 1000101 | 1010110 | 101100 |
Color Harmonies of #B3CF0F
Complementary color
Monochromatic Colors of #B3CF0F
Black with #B3CF0F
Text Example
Text Example
White with #B3CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF0F; }
p { color: rgb(179,207,15); }
H1.HeaderClassName
{
color: #B3CF0F;
}
.AnyTagClassName
{
color: #B3CF0F;
}
</style>
background-color css
<style>
a { background-color: #B3CF0F; }
a { background-color: rgb(179,207,15); }
div.DivClassName
{
background-color: #B3CF0F;
}
.BgClassName
{
background-color: #B3CF0F;
}
</style>
border-color css
<style>
span { border-color: #B3CF0F; }
span { border-color: rgb(179,207,15); }
td.TdClassName
{
border-color: #B3CF0F;
}
.TagClassName
{
border-color: #B3CF0F;
}
</style>