Html Css Color HEX #BED821 Fuego

📋 copy color: '#BED821'

red 190 ◦ green 216 ◦ blue 33

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

Shades of Fuego #BED821

Tints of Fuego #BED821

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.2%

 BLUE value IS 33 (13.28% from 255) = 7.52%

R = 43.28%
G = 49.2%
B = 7.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#BED821 (or 0xBED821) is known color: Fuego. HEX triplet: BE, D8 and 21. RGB value is (190,216,33). Sum of RGB (Red+Green+Blue) = 190+216+33=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #BED821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED821 is #4127DE. Grayscale: #BCBCBC. Windows color (decimal): -4270047 or 2218174. OLE color: 2218174.

HSL color Cylindrical-coordinate representation of color #BED821: hue angle of 68.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BED821 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 33 -
CMYK 0.12 0 0.85 0.15
HSL 68.52º 0.73% 0.49% -
HSV(B) 68.52º 0.85% 0.85% -
XYZ 46.07 60.17 10.62 -
YUV 187.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 190 216 33 0.12 0 0.85 0.15 68.52 0.73 0.49
Hex BE D8 21 C 0 55 F 45 49 31
Octal 276 330 41 14 0 125 17 105 111 61
Binary 10111110 11011000 100001 1100 0 1010101 1111 1000101 1001001 110001

Color Harmonies of #BED821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED821

Black with #BED821

Text Example


Text Example

White with #BED821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED821; }

 p { color: rgb(190,216,33); }

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

background-color css

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

 a { background-color: rgb(190,216,33); }

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

border-color css

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

 span { border-color: rgb(190,216,33); }

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