Html Css Color HEX #BED523 Fuego

📋 copy color: '#BED523'

red 190 ◦ green 213 ◦ blue 35

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

Shades of Fuego #BED523

Tints of Fuego #BED523

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.63%

 BLUE value IS 35 (14.06% from 255) = 7.99%

R = 43.38%
G = 48.63%
B = 7.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#BED523 (or 0xBED523) is known color: Fuego. HEX triplet: BE, D5 and 23. RGB value is (190,213,35). Sum of RGB (Red+Green+Blue) = 190+213+35=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #BED523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED523 is #412ADC. Grayscale: #BABABA. Windows color (decimal): -4270813 or 2348478. OLE color: 2348478.

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

Color convert

RGB 190 213 35 -
CMYK 0.11 0 0.84 0.16
HSL 67.75º 0.72% 0.49% -
HSV(B) 67.75º 0.84% 0.84% -
XYZ 45.33 58.66 10.52 -
YUV 185.83 42.88 130.97 -
System Red Green Blue C M Y K H S L
Decimal 190 213 35 0.11 0 0.84 0.16 67.75 0.72 0.49
Hex BE D5 23 B 0 54 10 44 48 31
Octal 276 325 43 13 0 124 20 104 110 61
Binary 10111110 11010101 100011 1011 0 1010100 10000 1000100 1001000 110001

Color Harmonies of #BED523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED523

Black with #BED523

Text Example


Text Example

White with #BED523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED523; }

 p { color: rgb(190,213,35); }

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

background-color css

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

 a { background-color: rgb(190,213,35); }

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

border-color css

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

 span { border-color: rgb(190,213,35); }

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