Html Css Color HEX #BED534 Fuego

📋 copy color: '#BED534'

red 190 ◦ green 213 ◦ blue 52

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

Shades of Fuego #BED534

Tints of Fuego #BED534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.43%

R = 41.76%
G = 46.81%
B = 11.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#BED534 (or 0xBED534) is known color: Fuego. HEX triplet: BE, D5 and 34. RGB value is (190,213,52). Sum of RGB (Red+Green+Blue) = 190+213+52=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #BED534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED534 is #412ACB. Grayscale: #BCBCBC. Windows color (decimal): -4270796 or 3462590. OLE color: 3462590.

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

Color convert

RGB 190 213 52 -
CMYK 0.11 0 0.76 0.16
HSL 68.57º 0.66% 0.52% -
HSV(B) 68.57º 0.76% 0.84% -
XYZ 45.65 58.78 12.19 -
YUV 187.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 190 213 52 0.11 0 0.76 0.16 68.57 0.66 0.52
Hex BE D5 34 B 0 4C 10 45 42 34
Octal 276 325 64 13 0 114 20 105 102 64
Binary 10111110 11010101 110100 1011 0 1001100 10000 1000101 1000010 110100

Color Harmonies of #BED534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED534

Black with #BED534

Text Example


Text Example

White with #BED534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED534; }

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

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

background-color css

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

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

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

border-color css

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

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

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