Html Css Color HEX #BED825 Fuego

📋 copy color: '#BED825'

red 190 ◦ green 216 ◦ blue 37

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

Shades of Fuego #BED825

Tints of Fuego #BED825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.35%

R = 42.89%
G = 48.76%
B = 8.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#BED825 (or 0xBED825) is known color: Fuego. HEX triplet: BE, D8 and 25. RGB value is (190,216,37). Sum of RGB (Red+Green+Blue) = 190+216+37=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #BED825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED825 is #4127DA. Grayscale: #BCBCBC. Windows color (decimal): -4270043 or 2480318. OLE color: 2480318.

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

Color convert

RGB 190 216 37 -
CMYK 0.12 0 0.83 0.15
HSL 68.72º 0.71% 0.5% -
HSV(B) 68.72º 0.83% 0.85% -
XYZ 46.13 60.19 10.94 -
YUV 187.82 42.89 129.55 -
System Red Green Blue C M Y K H S L
Decimal 190 216 37 0.12 0 0.83 0.15 68.72 0.71 0.5
Hex BE D8 25 C 0 53 F 45 47 32
Octal 276 330 45 14 0 123 17 105 107 62
Binary 10111110 11011000 100101 1100 0 1010011 1111 1000101 1000111 110010

Color Harmonies of #BED825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED825

Black with #BED825

Text Example


Text Example

White with #BED825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED825; }

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

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

background-color css

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

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

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

border-color css

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

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

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