Html Css Color HEX #BED137 Fuego

📋 copy color: '#BED137'

red 190 ◦ green 209 ◦ blue 55

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

Shades of Fuego #BED137

Tints of Fuego #BED137

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.04%

 BLUE value IS 55 (21.88% from 255) = 12.11%

R = 41.85%
G = 46.04%
B = 12.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#BED137 (or 0xBED137) is known color: Fuego. HEX triplet: BE, D1 and 37. RGB value is (190,209,55). Sum of RGB (Red+Green+Blue) = 190+209+55=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 55 (21.88% from 255 or 12.11% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #BED137 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED137 is #412EC8. Grayscale: #BABABA. Windows color (decimal): -4271817 or 3658174. OLE color: 3658174.

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

Color convert

RGB 190 209 55 -
CMYK 0.09 0 0.74 0.18
HSL 67.4º 0.63% 0.52% -
HSV(B) 67.4º 0.74% 0.82% -
XYZ 44.73 56.82 12.23 -
YUV 185.76 54.21 131.02 -
System Red Green Blue C M Y K H S L
Decimal 190 209 55 0.09 0 0.74 0.18 67.4 0.63 0.52
Hex BE D1 37 9 0 4A 12 43 3F 34
Octal 276 321 67 11 0 112 22 103 77 64
Binary 10111110 11010001 110111 1001 0 1001010 10010 1000011 111111 110100

Color Harmonies of #BED137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED137

Black with #BED137

Text Example


Text Example

White with #BED137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED137; }

 p { color: rgb(190,209,55); }

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

background-color css

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

 a { background-color: rgb(190,209,55); }

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

border-color css

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

 span { border-color: rgb(190,209,55); }

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