#BCDE27

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

Shades of Fuego #BCDE27

Tints of Fuego #BCDE27

Color information

#BCDE27 (or 0xBCDE27) is unknown color: approx Fuego. HEX triplet: BC, DE and 27. RGB value is (188,222,39). Sum of RGB (Red+Green+Blue) = 188+222+39=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE27 is #4321D8. Grayscale: #BFBFBF. Windows color (decimal): -4399577 or 2612924. OLE color: 2612924.

HSL color Cylindrical-coordinate representation of color #BCDE27: hue angle of 71.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCDE27 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB18822239-
CMYK0.1500.820.13
HSL71.15º73.49%51.18%-
HSV(B)71.15º82.43%87.06%-
XYZ47.2363.0811.61-
YUV190.9742.24125.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.87%
GREEN value IS 222 (87.11% from 255) = 49.44%
BLUE value IS 39 (15.62% from 255) = 8.69%
R=41.87%
G=49.44%
B=8.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188222390.1500.820.1371.1573.4951.18
HexBCDE27F052D474933
Octal274336471701221510711163
Binary1011110011011110100111111101010010110110001111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE27; }

 p { color: rgb(188,222,39); }

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

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

 a { background-color: rgb(188,222,39); }

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

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

 span { border-color: rgb(188,222,39); }

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