Html Css Color HEX #BED631 Fuego

📋 copy color: '#BED631'

red 190 ◦ green 214 ◦ blue 49

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

Shades of Fuego #BED631

Tints of Fuego #BED631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

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

R = 41.94%
G = 47.24%
B = 10.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#BED631 (or 0xBED631) is known color: Fuego. HEX triplet: BE, D6 and 31. RGB value is (190,214,49). Sum of RGB (Red+Green+Blue) = 190+214+49=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #BED631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED631 is #4129CE. Grayscale: #BCBCBC. Windows color (decimal): -4270543 or 3266238. OLE color: 3266238.

HSL color Cylindrical-coordinate representation of color #BED631: hue angle of 68.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BED631 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 49 -
CMYK 0.11 0 0.77 0.16
HSL 68.73º 0.67% 0.52% -
HSV(B) 68.73º 0.77% 0.84% -
XYZ 45.84 59.26 11.93 -
YUV 188.01 49.55 129.42 -
System Red Green Blue C M Y K H S L
Decimal 190 214 49 0.11 0 0.77 0.16 68.73 0.67 0.52
Hex BE D6 31 B 0 4D 10 45 43 34
Octal 276 326 61 13 0 115 20 105 103 64
Binary 10111110 11010110 110001 1011 0 1001101 10000 1000101 1000011 110100

Color Harmonies of #BED631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED631

Black with #BED631

Text Example


Text Example

White with #BED631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED631; }

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

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

background-color css

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

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

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

border-color css

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

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

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