#BEDA1C

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

Shades of Fuego #BEDA1C

Tints of Fuego #BEDA1C

Color information

#BEDA1C (or 0xBEDA1C) is unknown color: approx Fuego. HEX triplet: BE, DA and 1C. RGB value is (190,218,28). Sum of RGB (Red+Green+Blue) = 190+218+28=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA1C is #4125E3. Grayscale: #BCBCBC. Windows color (decimal): -4269540 or 1891006. OLE color: 1891006.

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

Color convert

RGB19021828-
CMYK0.1300.870.15
HSL68.84º77.24%48.24%-
HSV(B)68.84º87.16%85.49%-
XYZ46.5261.1710.45-
YUV187.9737.72129.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 218 (85.55% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 6.42%
R=43.58%
G=50%
B=6.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190218280.1300.870.1568.8477.2448.24
HexBEDA1CD057F454d30
Octal276332341501271710511560
Binary101111101101101011100110101010111111110001011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA1C; }

 p { color: rgb(190,218,28); }

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

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

 a { background-color: rgb(190,218,28); }

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

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

 span { border-color: rgb(190,218,28); }

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