Shades of Rio Grande #B8CC27
Tints of Rio Grande #B8CC27
RGB
CMYK
RGB Variations
Color information
#B8CC27 (or 0xB8CC27) is known color: Rio Grande. HEX triplet: B8, CC and 27. RGB value is (184,204,39). Sum of RGB (Red+Green+Blue) = 184+204+39=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 39 (15.62% from 255 or 9.13% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CC27 is #4733D8. Grayscale: #B3B3B3. Windows color (decimal): -4666329 or 2608312. OLE color: 2608312.
HSL color Cylindrical-coordinate representation of color #B8CC27: hue angle of 67.27º 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 #B8CC27 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 39 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.2 |
| HSL | 67.27º | 0.68% | 0.48% | - |
| HSV(B) | 67.27º | 0.81% | 0.8% | - |
| XYZ | 41.73 | 53.52 | 10.05 | - |
| YUV | 179.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 39 | 0.10 | 0 | 0.81 | 0.2 | 67.27 | 0.68 | 0.48 |
| Hex | B8 | CC | 27 | A | 0 | 51 | 14 | 43 | 44 | 30 |
| Octal | 270 | 314 | 47 | 12 | 0 | 121 | 24 | 103 | 104 | 60 |
| Binary | 10111000 | 11001100 | 100111 | 1010 | 0 | 1010001 | 10100 | 1000011 | 1000100 | 110000 |
Color Harmonies of #B8CC27
Complementary color
Monochromatic Colors of #B8CC27
Black with #B8CC27
Text Example
Text Example
White with #B8CC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC27; }
p { color: rgb(184,204,39); }
H1.HeaderClassName
{
color: #B8CC27;
}
.AnyTagClassName
{
color: #B8CC27;
}
</style>
background-color css
<style>
a { background-color: #B8CC27; }
a { background-color: rgb(184,204,39); }
div.DivClassName
{
background-color: #B8CC27;
}
.BgClassName
{
background-color: #B8CC27;
}
</style>
border-color css
<style>
span { border-color: #B8CC27; }
span { border-color: rgb(184,204,39); }
td.TdClassName
{
border-color: #B8CC27;
}
.TagClassName
{
border-color: #B8CC27;
}
</style>