#BED22E

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

Shades of Fuego #BED22E

Tints of Fuego #BED22E

Color information

#BED22E (or 0xBED22E) is unknown color: approx Fuego. HEX triplet: BE, D2 and 2E. RGB value is (190,210,46). Sum of RGB (Red+Green+Blue) = 190+210+46=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #BED22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED22E is #412DD1. Grayscale: #B9B9B9. Windows color (decimal): -4271570 or 3068606. OLE color: 3068606.

HSL color Cylindrical-coordinate representation of color #BED22E: hue angle of 67.32º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BED22E is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB19021046-
CMYK0.1000.780.18
HSL67.32º64.57%50.2%-
HSV(B)67.32º78.1%82.35%-
XYZ44.7757.2411.27-
YUV185.3249.37131.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 210 (82.42% from 255) = 47.09%
BLUE value IS 46 (18.36% from 255) = 10.31%
R=42.60%
G=47.09%
B=10.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190210460.1000.780.1867.3264.5750.2
HexBED22EA04E12434132
Octal276322561201162210310162
Binary10111110110100101011101010010011101001010000111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED22E; }

 p { color: rgb(190,210,46); }

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

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

 a { background-color: rgb(190,210,46); }

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

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

 span { border-color: rgb(190,210,46); }

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