Html Css Color HEX #BEDA1D Fuego

📋 copy color: '#BEDA1D'

red 190 ◦ green 218 ◦ blue 29

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

Shades of Fuego #BEDA1D

Tints of Fuego #BEDA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.64%

R = 43.48%
G = 49.89%
B = 6.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#BEDA1D (or 0xBEDA1D) is known color: Fuego. HEX triplet: BE, DA and 1D. RGB value is (190,218,29). Sum of RGB (Red+Green+Blue) = 190+218+29=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA1D is #4125E2. Grayscale: #BCBCBC. Windows color (decimal): -4269539 or 1956542. OLE color: 1956542.

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

Color convert

RGB 190 218 29 -
CMYK 0.13 0 0.87 0.15
HSL 68.89º 0.77% 0.48% -
HSV(B) 68.89º 0.87% 0.85% -
XYZ 46.53 61.18 10.52 -
YUV 188.08 38.22 129.37 -
System Red Green Blue C M Y K H S L
Decimal 190 218 29 0.13 0 0.87 0.15 68.89 0.77 0.48
Hex BE DA 1D D 0 57 F 45 4D 30
Octal 276 332 35 15 0 127 17 105 115 60
Binary 10111110 11011010 11101 1101 0 1010111 1111 1000101 1001101 110000

Color Harmonies of #BEDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA1D

Black with #BEDA1D

Text Example


Text Example

White with #BEDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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