#bccf36

Color #BCCF36 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BCCF36

Tints of Fuego #BCCF36

Color information

#BCCF36 (or 0xBCCF36) is unknown color: approx Fuego. HEX triplet: BC, CF and 36. RGB value is (188,207,54). Sum of RGB (Red+Green+Blue) = 188+207+54=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF36 is #4330C9. Grayscale: #B8B8B8. Windows color (decimal): -4403402 or 3592124. OLE color: 3592124.

HSL color Cylindrical-coordinate representation of color #BCCF36: hue angle of 67.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BCCF36 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB18820754-
CMYK0.0900.740.19
HSL67.45º61.45%51.18%-
HSV(B)67.45º73.91%81.18%-
XYZ43.7255.5811.91-
YUV183.8854.71130.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 207 (81.25% from 255) = 46.10%
BLUE value IS 54 (21.48% from 255) = 12.03%
R=41.87%
G=46.10%
B=12.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188207540.0900.740.1967.4561.4551.18
HexBCCF36904A13433d33
Octal27431766110112231037563
Binary1011110011001111110110100101001010100111000011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bccf36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bccf36; }

 p { color: rgb(188,207,54); }

 H1.HeaderClassName
 {
   color: #bccf36;
 }
 .AnyTagClassName
 {
   color: #bccf36;
 }
</style>
background-color css

<style>
 a { background-color: #bccf36; }

 a { background-color: rgb(188,207,54); }

 div.DivClassName
 {
   background-color: #bccf36;
 }
 .BgClassName
 {
   background-color: #bccf36;
 }
</style>
border-color css

<style>
 span { border-color: #bccf36; }

 span { border-color: rgb(188,207,54); }

 td.TdClassName
 {
   border-color: #bccf36;
 }
 .TagClassName
 {
   border-color: #bccf36;
 }
</style>