Shades of Fuego #BBCD38
Tints of Fuego #BBCD38
RGB
CMYK
RGB Variations
Color information
#BBCD38 (or 0xBBCD38) is known color: Fuego. HEX triplet: BB, CD and 38. RGB value is (187,205,56). Sum of RGB (Red+Green+Blue) = 187+205+56=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD38 is #4432C7. Grayscale: #B7B7B7. Windows color (decimal): -4469448 or 3722683. OLE color: 3722683.
HSL color Cylindrical-coordinate representation of color #BBCD38: hue angle of 67.25º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBCD38 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 56 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.20 |
| HSL | 67.25º | 0.6% | 0.51% | - |
| HSV(B) | 67.25º | 0.73% | 0.8% | - |
| XYZ | 43.04 | 54.51 | 12 | - |
| YUV | 182.63 | 56.54 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 56 | 0.09 | 0 | 0.73 | 0.20 | 67.25 | 0.6 | 0.51 |
| Hex | BB | CD | 38 | 9 | 0 | 49 | 14 | 43 | 3C | 33 |
| Octal | 273 | 315 | 70 | 11 | 0 | 111 | 24 | 103 | 74 | 63 |
| Binary | 10111011 | 11001101 | 111000 | 1001 | 0 | 1001001 | 10100 | 1000011 | 111100 | 110011 |
Color Harmonies of #BBCD38
Complementary color
Monochromatic Colors of #BBCD38
Black with #BBCD38
Text Example
Text Example
White with #BBCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD38; }
p { color: rgb(187,205,56); }
H1.HeaderClassName
{
color: #BBCD38;
}
.AnyTagClassName
{
color: #BBCD38;
}
</style>
background-color css
<style>
a { background-color: #BBCD38; }
a { background-color: rgb(187,205,56); }
div.DivClassName
{
background-color: #BBCD38;
}
.BgClassName
{
background-color: #BBCD38;
}
</style>
border-color css
<style>
span { border-color: #BBCD38; }
span { border-color: rgb(187,205,56); }
td.TdClassName
{
border-color: #BBCD38;
}
.TagClassName
{
border-color: #BBCD38;
}
</style>