Html Css Color HEX #BED128 Fuego

📋 copy color: '#BED128'

red 190 ◦ green 209 ◦ blue 40

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

Shades of Fuego #BED128

Tints of Fuego #BED128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 43.28%
G = 47.61%
B = 9.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#BED128 (or 0xBED128) is known color: Fuego. HEX triplet: BE, D1 and 28. RGB value is (190,209,40). Sum of RGB (Red+Green+Blue) = 190+209+40=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #BED128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED128 is #412ED7. Grayscale: #B8B8B8. Windows color (decimal): -4271832 or 2675134. OLE color: 2675134.

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

Color convert

RGB 190 209 40 -
CMYK 0.09 0 0.81 0.18
HSL 66.75º 0.68% 0.49% -
HSV(B) 66.75º 0.81% 0.82% -
XYZ 44.42 56.7 10.61 -
YUV 184.05 46.71 132.24 -
System Red Green Blue C M Y K H S L
Decimal 190 209 40 0.09 0 0.81 0.18 66.75 0.68 0.49
Hex BE D1 28 9 0 51 12 43 44 31
Octal 276 321 50 11 0 121 22 103 104 61
Binary 10111110 11010001 101000 1001 0 1010001 10010 1000011 1000100 110001

Color Harmonies of #BED128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED128

Black with #BED128

Text Example


Text Example

White with #BED128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED128; }

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

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

background-color css

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

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

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

border-color css

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

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

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