Html Css Color HEX #BED431 Fuego

📋 copy color: '#BED431'

red 190 ◦ green 212 ◦ blue 49

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

Shades of Fuego #BED431

Tints of Fuego #BED431

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

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

R = 42.13%
G = 47.01%
B = 10.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#BED431 (or 0xBED431) is known color: Fuego. HEX triplet: BE, D4 and 31. RGB value is (190,212,49). Sum of RGB (Red+Green+Blue) = 190+212+49=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 49 (19.53% from 255 or 10.86% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #BED431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED431 is #412BCE. Grayscale: #BBBBBB. Windows color (decimal): -4271055 or 3265726. OLE color: 3265726.

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

Color convert

RGB 190 212 49 -
CMYK 0.10 0 0.77 0.17
HSL 68.1º 0.65% 0.51% -
HSV(B) 68.1º 0.77% 0.83% -
XYZ 45.33 58.26 11.76 -
YUV 186.84 50.21 130.25 -
System Red Green Blue C M Y K H S L
Decimal 190 212 49 0.10 0 0.77 0.17 68.1 0.65 0.51
Hex BE D4 31 A 0 4D 11 44 41 33
Octal 276 324 61 12 0 115 21 104 101 63
Binary 10111110 11010100 110001 1010 0 1001101 10001 1000100 1000001 110011

Color Harmonies of #BED431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED431

Black with #BED431

Text Example


Text Example

White with #BED431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED431; }

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

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

background-color css

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

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

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

border-color css

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

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

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