Html Css Color HEX #BEDA2E Fuego

📋 copy color: '#BEDA2E'

red 190 ◦ green 218 ◦ blue 46

#BEDA2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BEDA2E

Tints of Fuego #BEDA2E

RGB

 RED value IS 190 (74.61% from 255) = 41.85%

 GREEN value IS 218 (85.55% from 255) = 48.02%

 BLUE value IS 46 (18.36% from 255) = 10.13%

R = 41.85%
G = 48.02%
B = 10.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#BEDA2E (or 0xBEDA2E) is known color: Fuego. HEX triplet: BE, DA and 2E. RGB value is (190,218,46). Sum of RGB (Red+Green+Blue) = 190+218+46=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA2E is #4125D1. Grayscale: #BEBEBE. Windows color (decimal): -4269522 or 3070654. OLE color: 3070654.

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

Color convert

RGB 190 218 46 -
CMYK 0.13 0 0.79 0.15
HSL 69.77º 0.7% 0.52% -
HSV(B) 69.77º 0.79% 0.85% -
XYZ 46.8 61.29 11.95 -
YUV 190.02 46.72 127.99 -
System Red Green Blue C M Y K H S L
Decimal 190 218 46 0.13 0 0.79 0.15 69.77 0.7 0.52
Hex BE DA 2E D 0 4F F 46 46 34
Octal 276 332 56 15 0 117 17 106 106 64
Binary 10111110 11011010 101110 1101 0 1001111 1111 1000110 1000110 110100

Color Harmonies of #BEDA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA2E

Black with #BEDA2E

Text Example


Text Example

White with #BEDA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA2E; }

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

 H1.HeaderClassName
 {
   color: #BEDA2E;
 }
 .AnyTagClassName
 {
   color: #BEDA2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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