Shades of Fuego #B7CC2E
Tints of Fuego #B7CC2E
RGB
CMYK
RGB Variations
Color information
#B7CC2E (or 0xB7CC2E) is known color: Fuego. HEX triplet: B7, CC and 2E. RGB value is (183,204,46). Sum of RGB (Red+Green+Blue) = 183+204+46=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CC2E is #4833D1. Grayscale: #B4B4B4. Windows color (decimal): -4731858 or 3067063. OLE color: 3067063.
HSL color Cylindrical-coordinate representation of color #B7CC2E: hue angle of 67.97º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7CC2E is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 46 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.2 |
| HSL | 67.97º | 0.63% | 0.49% | - |
| HSV(B) | 67.97º | 0.77% | 0.8% | - |
| XYZ | 41.61 | 53.45 | 10.71 | - |
| YUV | 179.71 | 52.54 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 46 | 0.10 | 0 | 0.77 | 0.2 | 67.97 | 0.63 | 0.49 |
| Hex | B7 | CC | 2E | A | 0 | 4D | 14 | 44 | 3F | 31 |
| Octal | 267 | 314 | 56 | 12 | 0 | 115 | 24 | 104 | 77 | 61 |
| Binary | 10110111 | 11001100 | 101110 | 1010 | 0 | 1001101 | 10100 | 1000100 | 111111 | 110001 |
Color Harmonies of #B7CC2E
Complementary color
Monochromatic Colors of #B7CC2E
Black with #B7CC2E
Text Example
Text Example
White with #B7CC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC2E; }
p { color: rgb(183,204,46); }
H1.HeaderClassName
{
color: #B7CC2E;
}
.AnyTagClassName
{
color: #B7CC2E;
}
</style>
background-color css
<style>
a { background-color: #B7CC2E; }
a { background-color: rgb(183,204,46); }
div.DivClassName
{
background-color: #B7CC2E;
}
.BgClassName
{
background-color: #B7CC2E;
}
</style>
border-color css
<style>
span { border-color: #B7CC2E; }
span { border-color: rgb(183,204,46); }
td.TdClassName
{
border-color: #B7CC2E;
}
.TagClassName
{
border-color: #B7CC2E;
}
</style>