Html Css Color HEX #BED325 Fuego

📋 copy color: '#BED325'

red 190 ◦ green 211 ◦ blue 37

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

Shades of Fuego #BED325

Tints of Fuego #BED325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.17%

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

R = 43.38%
G = 48.17%
B = 8.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#BED325 (or 0xBED325) is known color: Fuego. HEX triplet: BE, D3 and 25. RGB value is (190,211,37). Sum of RGB (Red+Green+Blue) = 190+211+37=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #BED325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED325 is #412CDA. Grayscale: #B9B9B9. Windows color (decimal): -4271323 or 2479038. OLE color: 2479038.

HSL color Cylindrical-coordinate representation of color #BED325: hue angle of 67.24º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BED325 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 211 37 -
CMYK 0.10 0 0.82 0.17
HSL 67.24º 0.7% 0.49% -
HSV(B) 67.24º 0.82% 0.83% -
XYZ 44.86 57.67 10.52 -
YUV 184.89 44.54 131.65 -
System Red Green Blue C M Y K H S L
Decimal 190 211 37 0.10 0 0.82 0.17 67.24 0.7 0.49
Hex BE D3 25 A 0 52 11 43 46 31
Octal 276 323 45 12 0 122 21 103 106 61
Binary 10111110 11010011 100101 1010 0 1010010 10001 1000011 1000110 110001

Color Harmonies of #BED325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED325

Black with #BED325

Text Example


Text Example

White with #BED325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED325; }

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

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

background-color css

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

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

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

border-color css

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

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

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