Html Css Color HEX #BED329 Fuego

📋 copy color: '#BED329'

red 190 ◦ green 211 ◦ blue 41

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

Shades of Fuego #BED329

Tints of Fuego #BED329

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.74%

 BLUE value IS 41 (16.41% from 255) = 9.28%

R = 42.99%
G = 47.74%
B = 9.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#BED329 (or 0xBED329) is known color: Fuego. HEX triplet: BE, D3 and 29. RGB value is (190,211,41). Sum of RGB (Red+Green+Blue) = 190+211+41=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #BED329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED329 is #412CD6. Grayscale: #BABABA. Windows color (decimal): -4271319 or 2741182. OLE color: 2741182.

HSL color Cylindrical-coordinate representation of color #BED329: hue angle of 67.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BED329 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 41 -
CMYK 0.10 0 0.81 0.17
HSL 67.41º 0.67% 0.49% -
HSV(B) 67.41º 0.81% 0.83% -
XYZ 44.93 57.7 10.87 -
YUV 185.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 190 211 41 0.10 0 0.81 0.17 67.41 0.67 0.49
Hex BE D3 29 A 0 51 11 43 43 31
Octal 276 323 51 12 0 121 21 103 103 61
Binary 10111110 11010011 101001 1010 0 1010001 10001 1000011 1000011 110001

Color Harmonies of #BED329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED329

Black with #BED329

Text Example


Text Example

White with #BED329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED329; }

 p { color: rgb(190,211,41); }

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

background-color css

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

 a { background-color: rgb(190,211,41); }

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

border-color css

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

 span { border-color: rgb(190,211,41); }

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