Html Css Color HEX #BEDA1E Fuego

📋 copy color: '#BEDA1E'

red 190 ◦ green 218 ◦ blue 30

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

Shades of Fuego #BEDA1E

Tints of Fuego #BEDA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 43.38%
G = 49.77%
B = 6.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#BEDA1E (or 0xBEDA1E) is known color: Fuego. HEX triplet: BE, DA and 1E. RGB value is (190,218,30). Sum of RGB (Red+Green+Blue) = 190+218+30=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA1E is #4125E1. Grayscale: #BCBCBC. Windows color (decimal): -4269538 or 2022078. OLE color: 2022078.

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

Color convert

RGB 190 218 30 -
CMYK 0.13 0 0.86 0.15
HSL 68.94º 0.76% 0.49% -
HSV(B) 68.94º 0.86% 0.85% -
XYZ 46.54 61.18 10.58 -
YUV 188.2 38.72 129.29 -
System Red Green Blue C M Y K H S L
Decimal 190 218 30 0.13 0 0.86 0.15 68.94 0.76 0.49
Hex BE DA 1E D 0 56 F 45 4C 31
Octal 276 332 36 15 0 126 17 105 114 61
Binary 10111110 11011010 11110 1101 0 1010110 1111 1000101 1001100 110001

Color Harmonies of #BEDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA1E

Black with #BEDA1E

Text Example


Text Example

White with #BEDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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