Shades of Rio Grande #B7CC1F
Tints of Rio Grande #B7CC1F
RGB
CMYK
RGB Variations
Color information
#B7CC1F (or 0xB7CC1F) is known color: Rio Grande. HEX triplet: B7, CC and 1F. RGB value is (183,204,31). Sum of RGB (Red+Green+Blue) = 183+204+31=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CC1F is #4833E0. Grayscale: #B2B2B2. Windows color (decimal): -4731873 or 2084023. OLE color: 2084023.
HSL color Cylindrical-coordinate representation of color #B7CC1F: hue angle of 67.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7CC1F is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 31 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.2 |
| HSL | 67.28º | 0.74% | 0.46% | - |
| HSV(B) | 67.28º | 0.85% | 0.8% | - |
| XYZ | 41.37 | 53.35 | 9.41 | - |
| YUV | 178 | 45.04 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 31 | 0.10 | 0 | 0.85 | 0.2 | 67.28 | 0.74 | 0.46 |
| Hex | B7 | CC | 1F | A | 0 | 55 | 14 | 43 | 4A | 2E |
| Octal | 267 | 314 | 37 | 12 | 0 | 125 | 24 | 103 | 112 | 56 |
| Binary | 10110111 | 11001100 | 11111 | 1010 | 0 | 1010101 | 10100 | 1000011 | 1001010 | 101110 |
Color Harmonies of #B7CC1F
Complementary color
Monochromatic Colors of #B7CC1F
Black with #B7CC1F
Text Example
Text Example
White with #B7CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC1F; }
p { color: rgb(183,204,31); }
H1.HeaderClassName
{
color: #B7CC1F;
}
.AnyTagClassName
{
color: #B7CC1F;
}
</style>
background-color css
<style>
a { background-color: #B7CC1F; }
a { background-color: rgb(183,204,31); }
div.DivClassName
{
background-color: #B7CC1F;
}
.BgClassName
{
background-color: #B7CC1F;
}
</style>
border-color css
<style>
span { border-color: #B7CC1F; }
span { border-color: rgb(183,204,31); }
td.TdClassName
{
border-color: #B7CC1F;
}
.TagClassName
{
border-color: #B7CC1F;
}
</style>