Shades of Fuego #B9CC2D
Tints of Fuego #B9CC2D
RGB
CMYK
RGB Variations
Color information
#B9CC2D (or 0xB9CC2D) is known color: Fuego. HEX triplet: B9, CC and 2D. RGB value is (185,204,45). Sum of RGB (Red+Green+Blue) = 185+204+45=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CC2D is #4633D2. Grayscale: #B4B4B4. Windows color (decimal): -4600787 or 3001529. OLE color: 3001529.
HSL color Cylindrical-coordinate representation of color #B9CC2D: hue angle of 67.17º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9CC2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 45 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.2 |
| HSL | 67.17º | 0.64% | 0.49% | - |
| HSV(B) | 67.17º | 0.78% | 0.8% | - |
| XYZ | 42.07 | 53.69 | 10.63 | - |
| YUV | 180.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 45 | 0.09 | 0 | 0.78 | 0.2 | 67.17 | 0.64 | 0.49 |
| Hex | B9 | CC | 2D | 9 | 0 | 4E | 14 | 43 | 40 | 31 |
| Octal | 271 | 314 | 55 | 11 | 0 | 116 | 24 | 103 | 100 | 61 |
| Binary | 10111001 | 11001100 | 101101 | 1001 | 0 | 1001110 | 10100 | 1000011 | 1000000 | 110001 |
Color Harmonies of #B9CC2D
Complementary color
Monochromatic Colors of #B9CC2D
Black with #B9CC2D
Text Example
Text Example
White with #B9CC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC2D; }
p { color: rgb(185,204,45); }
H1.HeaderClassName
{
color: #B9CC2D;
}
.AnyTagClassName
{
color: #B9CC2D;
}
</style>
background-color css
<style>
a { background-color: #B9CC2D; }
a { background-color: rgb(185,204,45); }
div.DivClassName
{
background-color: #B9CC2D;
}
.BgClassName
{
background-color: #B9CC2D;
}
</style>
border-color css
<style>
span { border-color: #B9CC2D; }
span { border-color: rgb(185,204,45); }
td.TdClassName
{
border-color: #B9CC2D;
}
.TagClassName
{
border-color: #B9CC2D;
}
</style>