Html Css Color HEX #BED931 Fuego

📋 copy color: '#BED931'

red 190 ◦ green 217 ◦ blue 49

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

Shades of Fuego #BED931

Tints of Fuego #BED931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 49 (19.53% from 255) = 10.75%

R = 41.67%
G = 47.59%
B = 10.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#BED931 (or 0xBED931) is known color: Fuego. HEX triplet: BE, D9 and 31. RGB value is (190,217,49). Sum of RGB (Red+Green+Blue) = 190+217+49=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #BED931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED931 is #4126CE. Grayscale: #BEBEBE. Windows color (decimal): -4269775 or 3267006. OLE color: 3267006.

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

Color convert

RGB 190 217 49 -
CMYK 0.12 0 0.77 0.15
HSL 69.64º 0.69% 0.52% -
HSV(B) 69.64º 0.77% 0.85% -
XYZ 46.6 60.79 12.18 -
YUV 189.78 48.55 128.16 -
System Red Green Blue C M Y K H S L
Decimal 190 217 49 0.12 0 0.77 0.15 69.64 0.69 0.52
Hex BE D9 31 C 0 4D F 46 45 34
Octal 276 331 61 14 0 115 17 106 105 64
Binary 10111110 11011001 110001 1100 0 1001101 1111 1000110 1000101 110100

Color Harmonies of #BED931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED931

Black with #BED931

Text Example


Text Example

White with #BED931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED931; }

 p { color: rgb(190,217,49); }

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

background-color css

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

 a { background-color: rgb(190,217,49); }

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

border-color css

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

 span { border-color: rgb(190,217,49); }

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