Shades of Fuego #BBCD2D
Tints of Fuego #BBCD2D
RGB
CMYK
RGB Variations
Color information
#BBCD2D (or 0xBBCD2D) is known color: Fuego. HEX triplet: BB, CD and 2D. RGB value is (187,205,45). Sum of RGB (Red+Green+Blue) = 187+205+45=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD2D is #4432D2. Grayscale: #B5B5B5. Windows color (decimal): -4469459 or 3001787. OLE color: 3001787.
HSL color Cylindrical-coordinate representation of color #BBCD2D: hue angle of 66.75º 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 #BBCD2D is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 45 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.20 |
| HSL | 66.75º | 0.64% | 0.49% | - |
| HSV(B) | 66.75º | 0.78% | 0.8% | - |
| XYZ | 42.8 | 54.42 | 10.73 | - |
| YUV | 181.38 | 51.04 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 45 | 0.09 | 0 | 0.78 | 0.20 | 66.75 | 0.64 | 0.49 |
| Hex | BB | CD | 2D | 9 | 0 | 4E | 14 | 43 | 40 | 31 |
| Octal | 273 | 315 | 55 | 11 | 0 | 116 | 24 | 103 | 100 | 61 |
| Binary | 10111011 | 11001101 | 101101 | 1001 | 0 | 1001110 | 10100 | 1000011 | 1000000 | 110001 |
Color Harmonies of #BBCD2D
Complementary color
Monochromatic Colors of #BBCD2D
Black with #BBCD2D
Text Example
Text Example
White with #BBCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD2D; }
p { color: rgb(187,205,45); }
H1.HeaderClassName
{
color: #BBCD2D;
}
.AnyTagClassName
{
color: #BBCD2D;
}
</style>
background-color css
<style>
a { background-color: #BBCD2D; }
a { background-color: rgb(187,205,45); }
div.DivClassName
{
background-color: #BBCD2D;
}
.BgClassName
{
background-color: #BBCD2D;
}
</style>
border-color css
<style>
span { border-color: #BBCD2D; }
span { border-color: rgb(187,205,45); }
td.TdClassName
{
border-color: #BBCD2D;
}
.TagClassName
{
border-color: #BBCD2D;
}
</style>