Html Css Color HEX #BEDA30 Fuego

📋 copy color: '#BEDA30'

red 190 ◦ green 218 ◦ blue 48

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

Shades of Fuego #BEDA30

Tints of Fuego #BEDA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.53%

R = 41.67%
G = 47.81%
B = 10.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BEDA30 (or 0xBEDA30) is known color: Fuego. HEX triplet: BE, DA and 30. RGB value is (190,218,48). Sum of RGB (Red+Green+Blue) = 190+218+48=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDA30 is #4125CF. Grayscale: #BEBEBE. Windows color (decimal): -4269520 or 3201726. OLE color: 3201726.

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

Color convert

RGB 190 218 48 -
CMYK 0.13 0 0.78 0.15
HSL 69.88º 0.7% 0.52% -
HSV(B) 69.88º 0.78% 0.85% -
XYZ 46.84 61.3 12.16 -
YUV 190.25 47.72 127.82 -
System Red Green Blue C M Y K H S L
Decimal 190 218 48 0.13 0 0.78 0.15 69.88 0.7 0.52
Hex BE DA 30 D 0 4E F 46 46 34
Octal 276 332 60 15 0 116 17 106 106 64
Binary 10111110 11011010 110000 1101 0 1001110 1111 1000110 1000110 110100

Color Harmonies of #BEDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDA30

Black with #BEDA30

Text Example


Text Example

White with #BEDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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