#BEDA33

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

Shades of Fuego #BEDA33

Tints of Fuego #BEDA33

Color information

#BEDA33 (or 0xBEDA33) is unknown color: approx Fuego. HEX triplet: BE, DA and 33. RGB value is (190,218,51). Sum of RGB (Red+Green+Blue) = 190+218+51=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 51 (20.31% from 255 or 11.11% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA33 is #4125CC. Grayscale: #BFBFBF. Windows color (decimal): -4269517 or 3398334. OLE color: 3398334.

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

Color convert

RGB19021851-
CMYK0.1300.770.15
HSL70.06º69.29%52.75%-
HSV(B)70.06º76.61%85.49%-
XYZ46.961.3312.5-
YUV190.5949.22127.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 218 (85.55% from 255) = 47.49%
BLUE value IS 51 (20.31% from 255) = 11.11%
R=41.39%
G=47.49%
B=11.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190218510.1300.770.1570.0669.2952.75
HexBEDA33D04DF464535
Octal276332631501151710610565
Binary1011111011011010110011110101001101111110001101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDA33; }

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

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

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

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

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

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

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

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