#BED039

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

Shades of Fuego #BED039

Tints of Fuego #BED039

Color information

#BED039 (or 0xBED039) is unknown color: approx Fuego. HEX triplet: BE, D0 and 39. RGB value is (190,208,57). Sum of RGB (Red+Green+Blue) = 190+208+57=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #BED039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED039 is #412FC6. Grayscale: #B9B9B9. Windows color (decimal): -4272071 or 3788990. OLE color: 3788990.

HSL color Cylindrical-coordinate representation of color #BED039: hue angle of 67.15º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BED039 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB19020857-
CMYK0.0900.730.18
HSL67.15º61.63%51.96%-
HSV(B)67.15º72.6%81.57%-
XYZ44.5356.3512.4-
YUV185.455.54131.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 57 (22.66% from 255) = 12.53%
R=41.76%
G=45.71%
B=12.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190208570.0900.730.1867.1561.6351.96
HexBED039904912433e34
Octal27632071110111221037664
Binary1011111011010000111001100101001001100101000011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED039; }

 p { color: rgb(190,208,57); }

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

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

 a { background-color: rgb(190,208,57); }

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

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

 span { border-color: rgb(190,208,57); }

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