#BCD52E

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

Shades of Fuego #BCD52E

Tints of Fuego #BCD52E

Color information

#BCD52E (or 0xBCD52E) is unknown color: approx Fuego. HEX triplet: BC, D5 and 2E. RGB value is (188,213,46). Sum of RGB (Red+Green+Blue) = 188+213+46=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD52E is #432AD1. Grayscale: #BBBBBB. Windows color (decimal): -4401874 or 3069372. OLE color: 3069372.

HSL color Cylindrical-coordinate representation of color #BCD52E: hue angle of 68.98º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCD52E is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB18821346-
CMYK0.1200.780.16
HSL68.98º66.53%50.78%-
HSV(B)68.98º78.4%83.53%-
XYZ45.0358.4811.5-
YUV186.4948.72129.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 46 (18.36% from 255) = 10.29%
R=42.06%
G=47.65%
B=10.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213460.1200.780.1668.9866.5350.78
HexBCD52EC04E10454333
Octal274325561401162010510363
Binary10111100110101011011101100010011101000010001011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD52E; }

 p { color: rgb(188,213,46); }

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

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

 a { background-color: rgb(188,213,46); }

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

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

 span { border-color: rgb(188,213,46); }

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