Html Css Color HEX #BEDA32 Fuego

📋 copy color: '#BEDA32'

red 190 ◦ green 218 ◦ blue 50

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

Shades of Fuego #BEDA32

Tints of Fuego #BEDA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.6%

 BLUE value IS 50 (19.92% from 255) = 10.92%

R = 41.48%
G = 47.6%
B = 10.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#BEDA32 (or 0xBEDA32) is known color: Fuego. HEX triplet: BE, DA and 32. RGB value is (190,218,50). Sum of RGB (Red+Green+Blue) = 190+218+50=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 50 (19.92% from 255 or 10.92% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA32 is #4125CD. Grayscale: #BFBFBF. Windows color (decimal): -4269518 or 3332798. OLE color: 3332798.

HSL color Cylindrical-coordinate representation of color #BEDA32: hue angle of 70º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEDA32 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 218 50 -
CMYK 0.13 0 0.77 0.15
HSL 70º 0.69% 0.53% -
HSV(B) 70º 0.77% 0.85% -
XYZ 46.88 61.32 12.38 -
YUV 190.48 48.72 127.66 -
System Red Green Blue C M Y K H S L
Decimal 190 218 50 0.13 0 0.77 0.15 70 0.69 0.53
Hex BE DA 32 D 0 4D F 46 45 35
Octal 276 332 62 15 0 115 17 106 105 65
Binary 10111110 11011010 110010 1101 0 1001101 1111 1000110 1000101 110101

Color Harmonies of #BEDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA32

Black with #BEDA32

Text Example


Text Example

White with #BEDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA32; }

 p { color: rgb(190,218,50); }

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

background-color css

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

 a { background-color: rgb(190,218,50); }

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

border-color css

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

 span { border-color: rgb(190,218,50); }

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