#BEDB1F

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

Shades of Fuego #BEDB1F

Tints of Fuego #BEDB1F

Color information

#BEDB1F (or 0xBEDB1F) is unknown color: approx Fuego. HEX triplet: BE, DB and 1F. RGB value is (190,219,31). Sum of RGB (Red+Green+Blue) = 190+219+31=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDB1F is #4124E0. Grayscale: #BDBDBD. Windows color (decimal): -4269281 or 2087870. OLE color: 2087870.

HSL color Cylindrical-coordinate representation of color #BEDB1F: hue angle of 69.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEDB1F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB19021931-
CMYK0.1300.860.14
HSL69.26º75.2%49.02%-
HSV(B)69.26º85.84%85.88%-
XYZ46.8161.7110.74-
YUV188.938.89128.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 219 (85.94% from 255) = 49.77%
BLUE value IS 31 (12.5% from 255) = 7.05%
R=43.18%
G=49.77%
B=7.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal190219310.1300.860.1469.2675.249.02
HexBEDB1FD056E454b31
Octal276333371501261610511361
Binary101111101101101111111110101010110111010001011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDB1F; }

 p { color: rgb(190,219,31); }

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

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

 a { background-color: rgb(190,219,31); }

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

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

 span { border-color: rgb(190,219,31); }

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