Shades of Fuego #BBCC27
Tints of Fuego #BBCC27
RGB
CMYK
RGB Variations
Color information
#BBCC27 (or 0xBBCC27) is known color: Fuego. HEX triplet: BB, CC and 27. RGB value is (187,204,39). Sum of RGB (Red+Green+Blue) = 187+204+39=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC27 is #4433D8. Grayscale: #B4B4B4. Windows color (decimal): -4469721 or 2608315. OLE color: 2608315.
HSL color Cylindrical-coordinate representation of color #BBCC27: hue angle of 66.18º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBCC27 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 39 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.2 |
| HSL | 66.18º | 0.68% | 0.48% | - |
| HSV(B) | 66.18º | 0.81% | 0.8% | - |
| XYZ | 42.45 | 53.9 | 10.09 | - |
| YUV | 180.11 | 48.37 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 39 | 0.08 | 0 | 0.81 | 0.2 | 66.18 | 0.68 | 0.48 |
| Hex | BB | CC | 27 | 8 | 0 | 51 | 14 | 42 | 44 | 30 |
| Octal | 273 | 314 | 47 | 10 | 0 | 121 | 24 | 102 | 104 | 60 |
| Binary | 10111011 | 11001100 | 100111 | 1000 | 0 | 1010001 | 10100 | 1000010 | 1000100 | 110000 |
Color Harmonies of #BBCC27
Complementary color
Monochromatic Colors of #BBCC27
Black with #BBCC27
Text Example
Text Example
White with #BBCC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCC27; }
p { color: rgb(187,204,39); }
H1.HeaderClassName
{
color: #BBCC27;
}
.AnyTagClassName
{
color: #BBCC27;
}
</style>
background-color css
<style>
a { background-color: #BBCC27; }
a { background-color: rgb(187,204,39); }
div.DivClassName
{
background-color: #BBCC27;
}
.BgClassName
{
background-color: #BBCC27;
}
</style>
border-color css
<style>
span { border-color: #BBCC27; }
span { border-color: rgb(187,204,39); }
td.TdClassName
{
border-color: #BBCC27;
}
.TagClassName
{
border-color: #BBCC27;
}
</style>