Shades of Fuego #B7CE3A
Tints of Fuego #B7CE3A
RGB
CMYK
RGB Variations
Color information
#B7CE3A (or 0xB7CE3A) is known color: Fuego. HEX triplet: B7, CE and 3A. RGB value is (183,206,58). Sum of RGB (Red+Green+Blue) = 183+206+58=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CE3A is #4831C5. Grayscale: #B6B6B6. Windows color (decimal): -4731334 or 3854007. OLE color: 3854007.
HSL color Cylindrical-coordinate representation of color #B7CE3A: hue angle of 69.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7CE3A is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 58 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.19 |
| HSL | 69.32º | 0.6% | 0.52% | - |
| HSV(B) | 69.32º | 0.72% | 0.81% | - |
| XYZ | 42.36 | 54.52 | 12.29 | - |
| YUV | 182.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 58 | 0.11 | 0 | 0.72 | 0.19 | 69.32 | 0.6 | 0.52 |
| Hex | B7 | CE | 3A | B | 0 | 48 | 13 | 45 | 3C | 34 |
| Octal | 267 | 316 | 72 | 13 | 0 | 110 | 23 | 105 | 74 | 64 |
| Binary | 10110111 | 11001110 | 111010 | 1011 | 0 | 1001000 | 10011 | 1000101 | 111100 | 110100 |
Color Harmonies of #B7CE3A
Complementary color
Monochromatic Colors of #B7CE3A
Black with #B7CE3A
Text Example
Text Example
White with #B7CE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CE3A; }
p { color: rgb(183,206,58); }
H1.HeaderClassName
{
color: #B7CE3A;
}
.AnyTagClassName
{
color: #B7CE3A;
}
</style>
background-color css
<style>
a { background-color: #B7CE3A; }
a { background-color: rgb(183,206,58); }
div.DivClassName
{
background-color: #B7CE3A;
}
.BgClassName
{
background-color: #B7CE3A;
}
</style>
border-color css
<style>
span { border-color: #B7CE3A; }
span { border-color: rgb(183,206,58); }
td.TdClassName
{
border-color: #B7CE3A;
}
.TagClassName
{
border-color: #B7CE3A;
}
</style>