Html Css Color HEX #BED726 Fuego

📋 copy color: '#BED726'

red 190 ◦ green 215 ◦ blue 38

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

Shades of Fuego #BED726

Tints of Fuego #BED726

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.53%

 BLUE value IS 38 (15.23% from 255) = 8.58%

R = 42.89%
G = 48.53%
B = 8.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#BED726 (or 0xBED726) is known color: Fuego. HEX triplet: BE, D7 and 26. RGB value is (190,215,38). Sum of RGB (Red+Green+Blue) = 190+215+38=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #BED726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED726 is #4128D9. Grayscale: #BCBCBC. Windows color (decimal): -4270298 or 2545598. OLE color: 2545598.

HSL color Cylindrical-coordinate representation of color #BED726: hue angle of 68.47º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BED726 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 215 38 -
CMYK 0.12 0 0.82 0.16
HSL 68.47º 0.7% 0.5% -
HSV(B) 68.47º 0.82% 0.84% -
XYZ 45.89 59.69 10.94 -
YUV 187.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 190 215 38 0.12 0 0.82 0.16 68.47 0.7 0.5
Hex BE D7 26 C 0 52 10 44 46 32
Octal 276 327 46 14 0 122 20 104 106 62
Binary 10111110 11010111 100110 1100 0 1010010 10000 1000100 1000110 110010

Color Harmonies of #BED726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED726

Black with #BED726

Text Example


Text Example

White with #BED726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED726; }

 p { color: rgb(190,215,38); }

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

background-color css

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

 a { background-color: rgb(190,215,38); }

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

border-color css

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

 span { border-color: rgb(190,215,38); }

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