Html Css Color HEX #BED031 Fuego

📋 copy color: '#BED031'

red 190 ◦ green 208 ◦ blue 49

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

Shades of Fuego #BED031

Tints of Fuego #BED031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 42.51%
G = 46.53%
B = 10.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#BED031 (or 0xBED031) is known color: Fuego. HEX triplet: BE, D0 and 31. RGB value is (190,208,49). Sum of RGB (Red+Green+Blue) = 190+208+49=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #BED031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED031 is #412FCE. Grayscale: #B9B9B9. Windows color (decimal): -4272079 or 3264702. OLE color: 3264702.

HSL color Cylindrical-coordinate representation of color #BED031: hue angle of 66.79º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BED031 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 49 -
CMYK 0.09 0 0.76 0.18
HSL 66.79º 0.63% 0.5% -
HSV(B) 66.79º 0.76% 0.82% -
XYZ 44.35 56.28 11.43 -
YUV 184.49 51.54 131.93 -
System Red Green Blue C M Y K H S L
Decimal 190 208 49 0.09 0 0.76 0.18 66.79 0.63 0.5
Hex BE D0 31 9 0 4C 12 43 3F 32
Octal 276 320 61 11 0 114 22 103 77 62
Binary 10111110 11010000 110001 1001 0 1001100 10010 1000011 111111 110010

Color Harmonies of #BED031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED031

Black with #BED031

Text Example


Text Example

White with #BED031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED031; }

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

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

background-color css

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

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

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

border-color css

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

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

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