Shades of Fuego #B0D527
Tints of Fuego #B0D527
RGB
CMYK
RGB Variations
Color information
#B0D527 (or 0xB0D527) is known color: Fuego. HEX triplet: B0, D5 and 27. RGB value is (176,213,39). Sum of RGB (Red+Green+Blue) = 176+213+39=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D527 is #4F2AD8. Grayscale: #B6B6B6. Windows color (decimal): -5188313 or 2610608. OLE color: 2610608.
HSL color Cylindrical-coordinate representation of color #B0D527: hue angle of 72.76º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0D527 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 39 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.16 |
| HSL | 72.76º | 0.69% | 0.49% | - |
| HSV(B) | 72.76º | 0.82% | 0.84% | - |
| XYZ | 42.06 | 56.97 | 10.7 | - |
| YUV | 182.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 39 | 0.17 | 0 | 0.82 | 0.16 | 72.76 | 0.69 | 0.49 |
| Hex | B0 | D5 | 27 | 11 | 0 | 52 | 10 | 49 | 45 | 31 |
| Octal | 260 | 325 | 47 | 21 | 0 | 122 | 20 | 111 | 105 | 61 |
| Binary | 10110000 | 11010101 | 100111 | 10001 | 0 | 1010010 | 10000 | 1001001 | 1000101 | 110001 |
Color Harmonies of #B0D527
Complementary color
Monochromatic Colors of #B0D527
Black with #B0D527
Text Example
Text Example
White with #B0D527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D527; }
p { color: rgb(176,213,39); }
H1.HeaderClassName
{
color: #B0D527;
}
.AnyTagClassName
{
color: #B0D527;
}
</style>
background-color css
<style>
a { background-color: #B0D527; }
a { background-color: rgb(176,213,39); }
div.DivClassName
{
background-color: #B0D527;
}
.BgClassName
{
background-color: #B0D527;
}
</style>
border-color css
<style>
span { border-color: #B0D527; }
span { border-color: rgb(176,213,39); }
td.TdClassName
{
border-color: #B0D527;
}
.TagClassName
{
border-color: #B0D527;
}
</style>