Shades of Rio Grande #B7CC27
Tints of Rio Grande #B7CC27
RGB
CMYK
RGB Variations
Color information
#B7CC27 (or 0xB7CC27) is known color: Rio Grande. HEX triplet: B7, CC and 27. RGB value is (183,204,39). Sum of RGB (Red+Green+Blue) = 183+204+39=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CC27 is #4833D8. Grayscale: #B3B3B3. Windows color (decimal): -4731865 or 2608311. OLE color: 2608311.
HSL color Cylindrical-coordinate representation of color #B7CC27: hue angle of 67.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7CC27 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 39 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.2 |
| HSL | 67.64º | 0.68% | 0.48% | - |
| HSV(B) | 67.64º | 0.81% | 0.8% | - |
| XYZ | 41.49 | 53.4 | 10.04 | - |
| YUV | 178.91 | 49.04 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 39 | 0.10 | 0 | 0.81 | 0.2 | 67.64 | 0.68 | 0.48 |
| Hex | B7 | CC | 27 | A | 0 | 51 | 14 | 44 | 44 | 30 |
| Octal | 267 | 314 | 47 | 12 | 0 | 121 | 24 | 104 | 104 | 60 |
| Binary | 10110111 | 11001100 | 100111 | 1010 | 0 | 1010001 | 10100 | 1000100 | 1000100 | 110000 |
Color Harmonies of #B7CC27
Complementary color
Monochromatic Colors of #B7CC27
Black with #B7CC27
Text Example
Text Example
White with #B7CC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC27; }
p { color: rgb(183,204,39); }
H1.HeaderClassName
{
color: #B7CC27;
}
.AnyTagClassName
{
color: #B7CC27;
}
</style>
background-color css
<style>
a { background-color: #B7CC27; }
a { background-color: rgb(183,204,39); }
div.DivClassName
{
background-color: #B7CC27;
}
.BgClassName
{
background-color: #B7CC27;
}
</style>
border-color css
<style>
span { border-color: #B7CC27; }
span { border-color: rgb(183,204,39); }
td.TdClassName
{
border-color: #B7CC27;
}
.TagClassName
{
border-color: #B7CC27;
}
</style>