Html Css Color HEX #BEDE29 Fuego

📋 copy color: '#BEDE29'

red 190 ◦ green 222 ◦ blue 41

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

Shades of Fuego #BEDE29

Tints of Fuego #BEDE29

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.01%

 BLUE value IS 41 (16.41% from 255) = 9.05%

R = 41.94%
G = 49.01%
B = 9.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#BEDE29 (or 0xBEDE29) is known color: Fuego. HEX triplet: BE, DE and 29. RGB value is (190,222,41). Sum of RGB (Red+Green+Blue) = 190+222+41=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 222 (87.11% from 255 or 49.01% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDE29 is #4121D6. Grayscale: #C0C0C0. Windows color (decimal): -4268503 or 2743998. OLE color: 2743998.

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

Color convert

RGB 190 222 41 -
CMYK 0.14 0 0.82 0.13
HSL 70.61º 0.73% 0.52% -
HSV(B) 70.61º 0.82% 0.87% -
XYZ 47.76 63.35 11.81 -
YUV 191.8 42.9 126.72 -
System Red Green Blue C M Y K H S L
Decimal 190 222 41 0.14 0 0.82 0.13 70.61 0.73 0.52
Hex BE DE 29 E 0 52 D 47 49 34
Octal 276 336 51 16 0 122 15 107 111 64
Binary 10111110 11011110 101001 1110 0 1010010 1101 1000111 1001001 110100

Color Harmonies of #BEDE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEDE29

Black with #BEDE29

Text Example


Text Example

White with #BEDE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEDE29; }

 p { color: rgb(190,222,41); }

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

background-color css

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

 a { background-color: rgb(190,222,41); }

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

border-color css

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

 span { border-color: rgb(190,222,41); }

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