Html Css Color HEX #BED229 Fuego

📋 copy color: '#BED229'

red 190 ◦ green 210 ◦ blue 41

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

Shades of Fuego #BED229

Tints of Fuego #BED229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.62%

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

R = 43.08%
G = 47.62%
B = 9.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#BED229 (or 0xBED229) is known color: Fuego. HEX triplet: BE, D2 and 29. RGB value is (190,210,41). Sum of RGB (Red+Green+Blue) = 190+210+41=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 210 (82.42% from 255 or 47.62% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 210 - color contains mainly: green. Hex color #BED229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED229 is #412DD6. Grayscale: #B9B9B9. Windows color (decimal): -4271575 or 2740926. OLE color: 2740926.

HSL color Cylindrical-coordinate representation of color #BED229: hue angle of 67.1º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BED229 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 41 -
CMYK 0.10 0 0.80 0.18
HSL 67.1º 0.67% 0.49% -
HSV(B) 67.1º 0.8% 0.82% -
XYZ 44.68 57.2 10.78 -
YUV 184.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 190 210 41 0.10 0 0.80 0.18 67.1 0.67 0.49
Hex BE D2 29 A 0 50 12 43 43 31
Octal 276 322 51 12 0 120 22 103 103 61
Binary 10111110 11010010 101001 1010 0 1010000 10010 1000011 1000011 110001

Color Harmonies of #BED229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED229

Black with #BED229

Text Example


Text Example

White with #BED229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED229; }

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

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

background-color css

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

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

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

border-color css

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

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

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