Html Css Color HEX #BED522 Fuego

📋 copy color: '#BED522'

red 190 ◦ green 213 ◦ blue 34

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

Shades of Fuego #BED522

Tints of Fuego #BED522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.78%

R = 43.48%
G = 48.74%
B = 7.78%

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

#BED522 (or 0xBED522) is known color: Fuego. HEX triplet: BE, D5 and 22. RGB value is (190,213,34). Sum of RGB (Red+Green+Blue) = 190+213+34=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 34 (13.67% from 255 or 7.78% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #BED522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED522 is #412ADD. Grayscale: #BABABA. Windows color (decimal): -4270814 or 2282942. OLE color: 2282942.

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

Color convert

RGB 190 213 34 -
CMYK 0.11 0 0.84 0.16
HSL 67.71º 0.72% 0.48% -
HSV(B) 67.71º 0.84% 0.84% -
XYZ 45.32 58.65 10.45 -
YUV 185.72 42.38 131.05 -
System Red Green Blue C M Y K H S L
Decimal 190 213 34 0.11 0 0.84 0.16 67.71 0.72 0.48
Hex BE D5 22 B 0 54 10 44 48 30
Octal 276 325 42 13 0 124 20 104 110 60
Binary 10111110 11010101 100010 1011 0 1010100 10000 1000100 1001000 110000

Color Harmonies of #BED522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED522

Black with #BED522

Text Example


Text Example

White with #BED522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED522; }

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

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

background-color css

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

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

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

border-color css

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

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

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