Html Css Color HEX #BEDD26 Fuego

📋 copy color: '#BEDD26'

red 190 ◦ green 221 ◦ blue 38

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

Shades of Fuego #BEDD26

Tints of Fuego #BEDD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

 BLUE value IS 38 (15.23% from 255) = 8.46%

R = 42.32%
G = 49.22%
B = 8.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#BEDD26 (or 0xBEDD26) is known color: Fuego. HEX triplet: BE, DD and 26. RGB value is (190,221,38). Sum of RGB (Red+Green+Blue) = 190+221+38=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 38 (15.23% from 255 or 8.46% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD26 is #4122D9. Grayscale: #BFBFBF. Windows color (decimal): -4268762 or 2547134. OLE color: 2547134.

HSL color Cylindrical-coordinate representation of color #BEDD26: hue angle of 70.16º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEDD26 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 221 38 -
CMYK 0.14 0 0.83 0.13
HSL 70.16º 0.73% 0.51% -
HSV(B) 70.16º 0.83% 0.87% -
XYZ 47.44 62.8 11.45 -
YUV 190.87 41.73 127.38 -
System Red Green Blue C M Y K H S L
Decimal 190 221 38 0.14 0 0.83 0.13 70.16 0.73 0.51
Hex BE DD 26 E 0 53 D 46 49 33
Octal 276 335 46 16 0 123 15 106 111 63
Binary 10111110 11011101 100110 1110 0 1010011 1101 1000110 1001001 110011

Color Harmonies of #BEDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDD26

Black with #BEDD26

Text Example


Text Example

White with #BEDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDD26; }

 p { color: rgb(190,221,38); }

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

background-color css

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

 a { background-color: rgb(190,221,38); }

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

border-color css

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

 span { border-color: rgb(190,221,38); }

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